| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "assistant",
- "main": "expo-router/entry",
- "version": "1.0.0",
- "scripts": {
- "start": "expo start",
- "reset-project": "node ./scripts/reset-project.js",
- "android": "expo run:android",
- "ios": "expo run:ios",
- "web": "expo start --web",
- "build:web": "expo export --platform web --output-dir dist/web",
- "build:ios": "",
- "build:apk": "cd android && ./gradlew app:assembleRelease",
- "build:aab": "cd android && ./gradlew app:bundleRelease",
- "build:ios-patch": "expo export --platform ios --output-dir dist/ios",
- "build:android-patch": "expo export --platform android --output-dir dist/android",
- "lint": "expo lint"
- },
- "dependencies": {
- "@ant-design/icons-react-native": "^2.3.2",
- "@ant-design/react-native": "^5.4.3",
- "@react-navigation/bottom-tabs": "^7.15.5",
- "@react-navigation/elements": "^2.9.10",
- "@react-navigation/native": "^7.1.33",
- "axios": "^1.14.0",
- "clsx": "^2.1.1",
- "expo": "~55.0.12",
- "expo-application": "~55.0.14",
- "expo-blur": "~55.0.14",
- "expo-build-properties": "~55.0.13",
- "expo-constants": "~55.0.12",
- "expo-device": "~55.0.13",
- "expo-document-picker": "~55.0.13",
- "expo-file-system": "~55.0.16",
- "expo-font": "~55.0.6",
- "expo-glass-effect": "~55.0.10",
- "expo-image": "~55.0.8",
- "expo-image-picker": "~55.0.19",
- "expo-linking": "~55.0.11",
- "expo-router": "~55.0.11",
- "expo-splash-screen": "~55.0.16",
- "expo-status-bar": "~55.0.5",
- "expo-symbols": "~55.0.7",
- "expo-system-ui": "~55.0.14",
- "expo-updates": "~55.0.20",
- "expo-web-browser": "~55.0.14",
- "nativewind": "^4.2.3",
- "react": "19.2.0",
- "react-dom": "19.2.0",
- "react-native": "0.83.4",
- "react-native-gesture-handler": "~2.30.1",
- "react-native-mmkv": "^4.3.1",
- "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-webview": "13.16.0",
- "react-native-worklets": "0.7.2"
- },
- "devDependencies": {
- "@types/react": "~19.2.2",
- "babel-plugin-import": "^1.13.8",
- "eslint": "^9.39.4",
- "eslint-config-expo": "~55.0.0",
- "typescript": "~5.9.2"
- },
- "private": true
- }
|