init
This commit is contained in:
13
package.json
13
package.json
@@ -14,6 +14,8 @@
|
||||
"@react-navigation/bottom-tabs": "^7.15.5",
|
||||
"@react-navigation/elements": "^2.9.10",
|
||||
"@react-navigation/native": "^7.1.33",
|
||||
"@tanstack/react-query": "^5.95.2",
|
||||
"axios": "^1.14.0",
|
||||
"expo": "55.0.10-canary-20260328-2049187",
|
||||
"expo-constants": "55.0.10-canary-20260328-2049187",
|
||||
"expo-device": "55.0.11-canary-20260328-2049187",
|
||||
@@ -21,24 +23,31 @@
|
||||
"expo-glass-effect": "55.0.9-canary-20260328-2049187",
|
||||
"expo-image": "55.0.7-canary-20260328-2049187",
|
||||
"expo-linking": "55.0.10-canary-20260328-2049187",
|
||||
"expo-localization": "^55.0.10-canary-20260328-bdc6273",
|
||||
"expo-notifications": "^55.0.15-canary-20260328-bdc6273",
|
||||
"expo-router": "55.0.9-canary-20260328-2049187",
|
||||
"expo-splash-screen": "55.0.14-canary-20260328-2049187",
|
||||
"expo-sqlite": "^55.0.12-canary-20260328-bdc6273",
|
||||
"expo-status-bar": "55.0.5-canary-20260328-2049187",
|
||||
"expo-symbols": "55.0.6-canary-20260328-2049187",
|
||||
"expo-system-ui": "55.0.12-canary-20260328-2049187",
|
||||
"expo-task-manager": "^55.0.11-canary-20260328-bdc6273",
|
||||
"expo-web-browser": "55.0.11-canary-20260328-2049187",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-native": "0.83.4",
|
||||
"react-native-gesture-handler": "~2.30.0",
|
||||
"react-native-worklets": "0.7.2",
|
||||
"react-native-reanimated": "4.2.1",
|
||||
"react-native-safe-area-context": "~5.6.2",
|
||||
"react-native-screens": "~4.23.0",
|
||||
"react-native-web": "~0.21.0"
|
||||
"react-native-web": "~0.21.0",
|
||||
"react-native-worklets": "0.7.2",
|
||||
"xml2js": "^0.6.2",
|
||||
"zustand": "^5.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~19.2.2",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"typescript": "~5.9.2"
|
||||
},
|
||||
"private": true
|
||||
|
||||
Reference in New Issue
Block a user