您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "main": "index.js",
  3. "scripts": {
  4. "android": "expo run:android",
  5. "ios": "expo run:ios",
  6. "web": "expo start --web",
  7. "start": "expo start --dev-client",
  8. "bandroid": "expo build:android"
  9. },
  10. "dependencies": {
  11. "@databases/expo": "^5.0.0",
  12. "@react-native-community/datetimepicker": "3.5.2",
  13. "expo": "^43.0.3",
  14. "expo-linear-gradient": "^10.0.3",
  15. "expo-splash-screen": "~0.13.5",
  16. "expo-sqlite": "~10.0.3",
  17. "expo-status-bar": "~1.1.0",
  18. "expo-updates": "~0.10.13",
  19. "react": "17.0.1",
  20. "react-dom": "17.0.1",
  21. "react-native": "0.64.3",
  22. "react-native-gesture-handler": "~1.10.2",
  23. "react-native-reanimated": "~2.2.0",
  24. "react-native-safe-area-context": "3.3.2",
  25. "react-native-screens": "~3.8.0",
  26. "react-native-sqlite-storage": "^6.0.1",
  27. "react-native-web": "0.17.1"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.12.9",
  31. "typescript": "~4.3.5",
  32. "@types/react": "~17.0.21",
  33. "@types/react-native": "~0.64.12"
  34. },
  35. "private": true,
  36. "name": "BudgetIzr",
  37. "version": "1.0.0"
  38. }