Files
sub2api-mobile/package.json
2026-03-07 23:51:52 +08:00

55 lines
1.7 KiB
JSON

{
"name": "sub2api-mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"proxy": "node server/index.js",
"dev:web-proxy": "concurrently -n proxy,web -c green,blue \"npm run proxy\" \"npm run web\"",
"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"
},
"dependencies": {
"@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-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",
"express": "^5.2.1",
"lucide-react-native": "^0.577.0",
"react": "19.2.0",
"react-dom": "19.2.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",
"tailwindcss": "^4.2.1",
"uniwind": "^1.5.0",
"valtio": "^2.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/react": "~19.2.2",
"concurrently": "^9.2.1",
"eas-cli": "^18.1.0",
"typescript": "~5.9.2"
},
"private": true
}