mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-03 06:52:14 +08:00
feat: refine expo admin mobile flows
This commit is contained in:
50
package.json
50
package.json
@@ -13,43 +13,47 @@
|
||||
"eas:build:preview": "eas build --profile preview",
|
||||
"eas:build:production": "eas build --profile production",
|
||||
"eas:update:preview": "eas update --branch preview --message",
|
||||
"eas:update:production": "eas update --branch production --message"
|
||||
"eas:update:production": "eas update --branch production --message",
|
||||
"start:dev-client": "expo start --dev-client",
|
||||
"eas:build:development:android": "eas build -p android --profile development",
|
||||
"eas:build:development:ios": "eas build -p ios --profile development"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "^15.1.1",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@tanstack/react-query": "^5.90.21",
|
||||
"cors": "^2.8.6",
|
||||
"expo": "~55.0.5",
|
||||
"expo-clipboard": "~55.0.8",
|
||||
"expo-constants": "~55.0.7",
|
||||
"expo-dev-client": "~6.0.16",
|
||||
"expo-linking": "~55.0.7",
|
||||
"expo-router": "~55.0.4",
|
||||
"expo-secure-store": "~55.0.8",
|
||||
"expo-status-bar": "~55.0.4",
|
||||
"expo-updates": "~55.0.12",
|
||||
"expo": "~54.0.33",
|
||||
"expo-clipboard": "~8.0.8",
|
||||
"expo-constants": "~18.0.13",
|
||||
"expo-dev-client": "~6.0.20",
|
||||
"expo-font": "~14.0.11",
|
||||
"expo-linking": "~8.0.11",
|
||||
"expo-router": "~6.0.23",
|
||||
"expo-secure-store": "~15.0.8",
|
||||
"expo-status-bar": "~3.0.9",
|
||||
"expo-updates": "~29.0.16",
|
||||
"express": "^5.2.1",
|
||||
"lucide-react-native": "^0.577.0",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-hook-form": "^7.71.2",
|
||||
"react-native": "0.83.2",
|
||||
"react-native-gesture-handler": "~2.30.0",
|
||||
"react-native-reanimated": "4.2.1",
|
||||
"react-native-safe-area-context": "~5.6.2",
|
||||
"react-native-screens": "~4.23.0",
|
||||
"react-native-svg": "15.15.3",
|
||||
"react-native-web": "^0.21.2",
|
||||
"react-native-worklets": "0.7.2",
|
||||
"react-native": "0.81.5",
|
||||
"react-native-gesture-handler": "~2.28.0",
|
||||
"react-native-reanimated": "~4.1.1",
|
||||
"react-native-safe-area-context": "~5.6.0",
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-svg": "15.12.1",
|
||||
"react-native-web": "~0.21.0",
|
||||
"react-native-worklets": "0.5.1",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"uniwind": "^1.5.0",
|
||||
"uniwind": "^1.3.2",
|
||||
"valtio": "^2.3.1",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~19.2.2",
|
||||
"@types/react": "~19.1.0",
|
||||
"concurrently": "^9.2.1",
|
||||
"eas-cli": "^18.1.0",
|
||||
"typescript": "~5.9.2"
|
||||
},
|
||||
"private": true
|
||||
|
||||
Reference in New Issue
Block a user