-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.79 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
{
"name": "unlimited-power",
"version": "1.4.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start --dev-client",
"dev": "npx expo start --dev-client",
"check:deps": "npx expo install --check",
"check:lint": "eslint .",
"check:ts": "tsc",
"build:android:dev": "npx eas-cli@latest build --platform android --profile development",
"build:ios:dev": "npx eas-cli@latest build --platform ios --profile development",
"build:ios:simulator": "npx eas-cli@latest build --platform ios --profile development-simulator",
"build:ios:simulator:local": "npx eas-cli@latest build --platform ios --profile development-simulator --local",
"push:android": "npx eas-cli@latest build --platform android --auto-submit",
"push:ios": "npx eas-cli@latest build --platform ios --auto-submit",
"postinstall": "patch-package"
},
"dependencies": {
"@bugsnag/expo": "^52.0.0",
"@dev-plugins/async-storage": "^0.1.0",
"@dev-plugins/react-navigation": "^0.1.0",
"@dev-plugins/react-query": "^0.1.0",
"@expo/html-elements": "^0.11.0",
"@gorhom/bottom-sheet": "^5.0.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/native": "^7.0.12",
"@react-navigation/native-stack": "^7.1.13",
"@shopify/flash-list": "1.7.1",
"@tanstack/query-async-storage-persister": "^5.62.0",
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-query-persist-client": "^5.62.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"expo": "~52.0.18",
"expo-application": "~6.0.1",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-dev-client": "~5.0.6",
"expo-device": "~7.0.1",
"expo-file-system": "~18.0.4",
"expo-haptics": "~14.0.0",
"expo-image": "~2.0.3",
"expo-linking": "~7.0.3",
"expo-sharing": "~13.0.0",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "~14.0.1",
"lodash": "^4.17.21",
"qs": "^6.13.1",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"zod": "^3.23.8",
"zustand": "^5.0.1",
"expo-splash-screen": "~0.29.18"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tanstack/eslint-plugin-query": "^5.61.6",
"@total-typescript/ts-reset": "^0.6.1",
"@types/lodash": "^4.17.13",
"@types/qs": "^6.9.17",
"@types/react": "~18.3.12",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"patch-package": "^8.0.0",
"prettier": "^3.4.1",
"typescript": "~5.3.3"
},
"private": true
}