package.json 2.3 KB

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