package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "assistant",
  3. "main": "expo-router/entry",
  4. "version": "1.0.0",
  5. "scripts": {
  6. "start": "expo start",
  7. "reset-project": "node ./scripts/reset-project.js",
  8. "android": "expo run:android",
  9. "ios": "expo run:ios",
  10. "web": "expo start --web",
  11. "build:web": "expo export --platform web --output-dir dist/web",
  12. "build:ios": "",
  13. "build:apk": "cd android && ./gradlew app:assembleRelease",
  14. "build:aab": "cd android && ./gradlew app:bundleRelease",
  15. "build:ios-patch": "expo export --platform ios --output-dir dist/ios",
  16. "build:android-patch": "expo export --platform android --output-dir dist/android",
  17. "lint": "expo lint"
  18. },
  19. "dependencies": {
  20. "@ant-design/icons-react-native": "^2.3.2",
  21. "@ant-design/react-native": "^5.4.3",
  22. "@react-navigation/bottom-tabs": "^7.15.5",
  23. "@react-navigation/elements": "^2.9.10",
  24. "@react-navigation/native": "^7.1.33",
  25. "axios": "^1.14.0",
  26. "expo": "~55.0.12",
  27. "expo-build-properties": "~55.0.13",
  28. "expo-constants": "~55.0.12",
  29. "expo-device": "~55.0.13",
  30. "expo-font": "~55.0.6",
  31. "expo-glass-effect": "~55.0.10",
  32. "expo-image": "~55.0.8",
  33. "expo-linking": "~55.0.11",
  34. "expo-router": "~55.0.11",
  35. "expo-splash-screen": "~55.0.16",
  36. "expo-status-bar": "~55.0.5",
  37. "expo-symbols": "~55.0.7",
  38. "expo-system-ui": "~55.0.14",
  39. "expo-updates": "~55.0.20",
  40. "expo-web-browser": "~55.0.13",
  41. "nativewind": "^4.2.3",
  42. "react": "19.2.0",
  43. "react-dom": "19.2.0",
  44. "react-native": "0.83.4",
  45. "react-native-fs-turbo": "^0.5.1",
  46. "react-native-gesture-handler": "~2.30.1",
  47. "react-native-mmkv": "^4.3.1",
  48. "react-native-nitro-modules": "^0.35.3",
  49. "react-native-reanimated": "4.2.1",
  50. "react-native-safe-area-context": "~5.6.2",
  51. "react-native-screens": "~4.23.0",
  52. "react-native-web": "~0.21.0",
  53. "react-native-worklets": "0.7.2"
  54. },
  55. "devDependencies": {
  56. "@types/react": "~19.2.2",
  57. "babel-plugin-import": "^1.13.8",
  58. "eslint": "^9.39.4",
  59. "eslint-config-expo": "~55.0.0",
  60. "typescript": "~5.9.2"
  61. },
  62. "private": true
  63. }