-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
103 lines (103 loc) · 3.41 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
100
101
102
103
{
"name": "chatterui",
"main": "expo-router/entry",
"version": "0.8.4",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"postinstall": "patch-package",
"lint": "eslint .",
"dev": "npx cross-env APP_VARIANT=development expo run:android",
"migrate": "npx drizzle-kit generate",
"patchsql": "npx patch-package expo-sqlite --exclude \"\\.project|\\.cxx|build|bin\" --case-sensitive-path-filtering",
"patchfetch": "npx patch-package expo --include '\".*fetch\\.ts$|.*NativeResponse\\.kt$\"'",
"i18n:extract": "i18next-scanner --config i18next-scanner.config.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/traverse": "^7.24.1",
"@expo/config-plugins": "~9.0.0",
"@expo/prebuild-config": "~8.0.0",
"@expo/vector-icons": "^14.0.2",
"@react-native-community/slider": "^4.5.5",
"@shopify/flash-list": "1.7.1",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-react-compiler": "^19.0.0-beta-a7bf2bd-20241110",
"cui-fs": "^0.1.2",
"cui-llama.rn": "^1.4.1",
"drizzle-orm": "^0.36.2",
"eas-cli": "^14.5.0",
"eslint-plugin-react-compiler": "^0.0.0-experimental-7c1344f-20241009",
"expo": "~52.0.26",
"expo-application": "~6.0.2",
"expo-build-properties": "~0.13.2",
"expo-clipboard": "~7.0.1",
"expo-crypto": "~14.0.2",
"expo-custom-assets": "^1.3.1",
"expo-device": "~7.0.2",
"expo-document-picker": "~13.0.2",
"expo-drizzle-studio-plugin": "^0.1.1",
"expo-file-system": "~18.0.4",
"expo-image": "~2.0.4",
"expo-linking": "~7.0.4",
"expo-local-authentication": "~15.0.2",
"expo-localization": "~16.0.1",
"expo-notifications": "~0.29.12",
"expo-router": "~4.0.17",
"expo-screen-orientation": "~8.0.4",
"expo-sharing": "~13.0.1",
"expo-speech": "~13.0.1",
"expo-splash-screen": "~0.29.21",
"expo-sqlite": "~15.0.6",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"i18next": "^24.2.1",
"react": "18.3.1",
"react-compiler-runtime": "^19.0.0-beta-a7bf2bd-20241110",
"react-i18next": "^15.4.0",
"react-native": "0.76.6",
"react-native-background-actions": "^4.0.1",
"react-native-collapsible": "^1.6.1",
"react-native-element-dropdown": "^2.12.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-markdown-display": "^7.0.2",
"react-native-mmkv": "^3.1.0",
"react-native-popup-menu": "^0.16.1",
"react-native-progress": "^5.0.1",
"react-native-quick-base64": "^2.1.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-simple-toast": "^3.2.0",
"upgrade": "^1.1.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/base-64": "^1.0.2",
"@types/react": "~18.3.12",
"babel-preset-expo": "^12.0.1",
"cross-env": "^7.0.3",
"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",
"i18next-scanner": "^4.6.0",
"patch-package": "^8.0.0",
"prettier": "^3.2.4",
"typescript": "~5.3.3"
},
"overrides": {
"react-refresh": "~0.14.0"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"private": true
}