Files
wehub-resource-sync e30e75b5d4
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
Changesets / Create Version PR (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:40:13 +08:00

55 lines
1.6 KiB
JSON

{
"name": "with-expo",
"main": "expo-router/entry",
"version": "0.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"export:web": "expo export --platform web && node scripts/flatten-assets.mjs"
},
"dependencies": {
"@ai-sdk/openai": "^4.0.0",
"@ai-sdk/react": "^4.0.2",
"@assistant-ui/react-ai-sdk": "workspace:*",
"@assistant-ui/react-native": "workspace:*",
"@expo/vector-icons": "^15.1.1",
"@react-navigation/drawer": "7.9.4",
"@react-navigation/native": "7.1.33",
"ai": "^7.0.2",
"expo": "~57.0.4",
"expo-clipboard": "~57.0.0",
"expo-constants": "~57.0.3",
"expo-font": "~57.0.0",
"expo-haptics": "~57.0.0",
"expo-image": "~57.0.0",
"expo-image-picker": "~57.0.2",
"expo-linking": "~57.0.2",
"expo-router": "~57.0.4",
"expo-server": "~57.0.0",
"expo-splash-screen": "~57.0.2",
"expo-status-bar": "~57.0.0",
"expo-symbols": "^57.0.0",
"expo-system-ui": "~57.0.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-gesture-handler": "~2.32.0",
"react-native-reanimated": "4.5.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-web": "~0.21.2",
"react-native-worklets": "0.10.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@assistant-ui/metro": "workspace:*",
"@babel/core": "^7.29.7",
"@types/react": "~19.2.17",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-7": "npm:typescript@~7.0.2"
},
"private": true
}