forked from Vali-98/ChatterUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.2 KB
/
package.json
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
{
"name": "chatterui",
"main": "expo-router/entry",
"version": "0.7.6",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"postinstall": "patch-package",
"lint": "eslint .",
"migrate": "npx drizzle-kit generate",
"patchsql": "npx patch-package expo-sqlite --exclude \"\\.project|\\.cxx|build|bin\" --case-sensitive-path-filtering"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/traverse": "^7.24.1",
"@dr.pogodin/react-native-fs": "^2.27.1",
"@expo/config-plugins": "~8.0.0",
"@expo/prebuild-config": "~7.0.0",
"@expo/vector-icons": "^14.0.2",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/slider": "4.5.2",
"@react-navigation/drawer": "^6.6.4",
"@react-navigation/native": "^6.0.2",
"@shopify/flash-list": "1.6.4",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625",
"cui-llama.rn": "^1.1.7",
"drizzle-orm": "^0.33.0",
"eas-cli": "^9.1.0",
"expo": "~51.0.28",
"expo-application": "~5.9.1",
"expo-build-properties": "~0.12.5",
"expo-clipboard": "~6.0.3",
"expo-crypto": "~13.0.2",
"expo-custom-assets": "^1.3.1",
"expo-document-picker": "~12.0.2",
"expo-drizzle-studio-plugin": "^0.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.5",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-sharing": "~12.0.1",
"expo-speech": "~12.0.2",
"expo-splash-screen": "~0.27.5",
"expo-sqlite": "^14.0.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"png-chunks-extract": "^1.0.0",
"react": "18.2.0",
"react-autosave": "^0.4.4",
"react-compiler-runtime": "file:./lib/react-compiler-runtime",
"react-native": "^0.74.3",
"react-native-background-actions": "^4.0.1",
"react-native-collapsible": "^1.6.1",
"react-native-element-dropdown": "^2.10.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-markdown-package": "^1.8.2",
"react-native-mmkv": "^2.12.2",
"react-native-popup-menu": "^0.16.1",
"react-native-quick-base64": "^2.1.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-simple-toast": "^3.2.0",
"react-native-sse": "^1.2.1",
"rn-animated-ellipsis": "^2.1.3",
"upgrade": "^1.1.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/base-64": "^1.0.2",
"@types/react": "~18.2.79",
"drizzle-kit": "^0.24.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-compiler": "^0.0.0-experimental-c8b3f72-20240517",
"jest-expo": "~51.0.3",
"patch-package": "^8.0.0",
"prettier": "^3.2.4",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"overrides": {
"react-refresh": "~0.14.0"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"private": true
}