forked from Vali-98/ChatterUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.13 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "chatterui",
"main": "expo-router/entry",
"version": "0.8.7",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"postinstall": "patch-package",
"lint": "eslint app db lib --ignore-pattern db/migrations",
"lint:fix": "eslint app db lib --ignore-pattern db/migrations --fix",
"prebuild": "cross-env APP_VARIANT=development expo prebuild --clean",
"dev:android": "cross-env APP_VARIANT=development expo run:android",
"dev:ios": "cross-env APP_VARIANT=development expo run:ios",
"migrate": "npx drizzle-kit generate",
"patchsql": "npx patch-package expo-sqlite --exclude \"\\.project|\\.cxx|\\.c|\\.h|build|bin\" --case-sensitive-path-filtering",
"patchfetch": "npx patch-package expo --include '\".*fetch\\.ts$|.*NativeResponse\\.kt$\"'",
"patchfs": "npx patch-package expo-file-system --include \"\\.kt$\""
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/traverse": "^7.24.1",
"@expo/config-plugins": "^10.0.2",
"@expo/prebuild-config": "~9.0.0",
"@expo/vector-icons": "^14.1.0",
"@legendapp/list": "^1.0.14",
"@react-native-community/slider": "4.5.6",
"@shopify/flash-list": "1.7.6",
"@vali98/react-native-cpu-info": "^0.1.0",
"@vali98/react-native-fs": "^0.1.0",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
"cui-llama.rn": "^1.7.10",
"drizzle-kit": "^0.31.1",
"drizzle-orm": "^0.36.2",
"eslint-plugin-react-compiler": "^0.0.0-experimental-7c1344f-20241009",
"expo": "53.0.16",
"expo-application": "~6.1.5",
"expo-asset": "~11.1.4",
"expo-build-properties": "~0.14.8",
"expo-clipboard": "~7.1.5",
"expo-crypto": "~14.1.5",
"expo-device": "~7.1.4",
"expo-document-picker": "~13.1.6",
"expo-drizzle-studio-plugin": "^0.1.2",
"expo-file-system": "~18.1.8",
"expo-image": "~2.3.2",
"expo-linking": "~7.1.6",
"expo-local-authentication": "~16.0.5",
"expo-localization": "~16.1.6",
"expo-navigation-bar": "~4.2.7",
"expo-notifications": "~0.31.3",
"expo-router": "~5.1.2",
"expo-screen-orientation": "~8.1.7",
"expo-sharing": "~13.1.5",
"expo-speech": "~13.1.7",
"expo-splash-screen": "~0.30.9",
"expo-sqlite": "~15.2.13",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.10",
"mime": "^4.0.7",
"react": "19.0.0",
"react-compiler-runtime": "^19.0.0-beta-a7bf2bd-20241110",
"react-fast-hoc": "^0.3.2",
"react-native": "0.79.5",
"react-native-background-actions": "^4.0.1",
"react-native-collapsible": "^1.6.1",
"react-native-gesture-handler": "~2.24.0",
"react-native-keyboard-controller": "^1.17.5",
"react-native-markdown-display": "^7.0.2",
"react-native-mathjax-svg": "^0.9.9",
"react-native-mmkv": "^3.1.0",
"react-native-popup-menu": "^0.17.0",
"react-native-progress": "^5.0.1",
"react-native-quick-base64": "^2.1.2",
"react-native-reanimated": "^4.0.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-simple-toast": "^3.2.0",
"react-native-svg": "15.11.2",
"react-native-worklets": "^0.4.0",
"upgrade": "^1.1.0",
"zod": "^3.24.1",
"zustand": "^5.0.4"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/base-64": "^1.0.2",
"@types/mime": "^3.0.4",
"@types/react": "~19.0.10",
"babel-preset-expo": "~13.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-internal": "file:./eslint",
"eslint-plugin-prettier": "^5.1.3",
"expo-atlas": "^0.4.0",
"patch-package": "^8.0.0",
"prettier": "^3.2.4",
"typescript": "~5.8.3"
},
"overrides": {
"react-refresh": "~0.14.0",
"markdown-it": "14.1.0",
"@esbuild-kit/core-utils": {
"esbuild": "0.25.0"
},
"@esbuild-kit/esm-loader": {
"esbuild": "0.25.0"
}
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"private": true
}