package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "clsx": "^2.1.1",
  27. "expo": "~55.0.12",
  28. "expo-application": "~55.0.14",
  29. "expo-blur": "~55.0.14",
  30. "expo-build-properties": "~55.0.13",
  31. "expo-constants": "~55.0.12",
  32. "expo-device": "~55.0.13",
  33. "expo-document-picker": "~55.0.13",
  34. "expo-file-system": "~55.0.16",
  35. "expo-font": "~55.0.6",
  36. "expo-glass-effect": "~55.0.10",
  37. "expo-image": "~55.0.8",
  38. "expo-image-picker": "~55.0.19",
  39. "expo-linking": "~55.0.11",
  40. "expo-router": "~55.0.11",
  41. "expo-splash-screen": "~55.0.16",
  42. "expo-status-bar": "~55.0.5",
  43. "expo-symbols": "~55.0.7",
  44. "expo-system-ui": "~55.0.14",
  45. "expo-updates": "~55.0.20",
  46. "expo-web-browser": "~55.0.14",
  47. "nativewind": "^4.2.3",
  48. "react": "19.2.0",
  49. "react-dom": "19.2.0",
  50. "react-native": "0.83.4",
  51. "react-native-gesture-handler": "~2.30.1",
  52. "react-native-mmkv": "^4.3.1",
  53. "react-native-reanimated": "4.2.1",
  54. "react-native-safe-area-context": "~5.6.2",
  55. "react-native-screens": "~4.23.0",
  56. "react-native-web": "~0.21.0",
  57. "react-native-webview": "13.16.0",
  58. "react-native-worklets": "0.7.2"
  59. },
  60. "devDependencies": {
  61. "@types/react": "~19.2.2",
  62. "babel-plugin-import": "^1.13.8",
  63. "eslint": "^9.39.4",
  64. "eslint-config-expo": "~55.0.0",
  65. "typescript": "~5.9.2"
  66. },
  67. "private": true
  68. }