feat: bootstrap v2 admin app tabs

This commit is contained in:
xuhongbin
2026-03-07 18:12:39 +08:00
parent c0d1ab377a
commit 28348f76cf
33 changed files with 5536 additions and 151 deletions

View File

@@ -1,21 +1,47 @@
{
"name": "x-sapi-mobile",
"version": "1.0.0",
"main": "index.ts",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
"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\""
},
"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",
"express": "^5.2.1",
"lucide-react-native": "^0.577.0",
"react": "19.2.0",
"react-native": "0.83.2"
"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",
"typescript": "~5.9.2"
},
"private": true