廓形仪rn版本-技术调研
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.8 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. {
  2. "name": "outline-rn",
  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. "test": "jest --watchAll",
  12. "lint": "expo lint"
  13. },
  14. "jest": {
  15. "preset": "jest-expo"
  16. },
  17. "dependencies": {
  18. "@craftzdog/react-native-buffer": "^6.0.5",
  19. "@expo/vector-icons": "^14.0.2",
  20. "@react-navigation/bottom-tabs": "^7.2.0",
  21. "@react-navigation/native": "^7.0.14",
  22. "expo": "~52.0.38",
  23. "expo-blur": "~14.0.3",
  24. "expo-constants": "~17.0.8",
  25. "expo-dev-client": "~5.0.13",
  26. "expo-device": "~7.0.2",
  27. "expo-font": "~13.0.4",
  28. "expo-haptics": "~14.0.1",
  29. "expo-linking": "~7.0.5",
  30. "expo-router": "~4.0.18",
  31. "expo-splash-screen": "~0.29.22",
  32. "expo-status-bar": "~2.0.1",
  33. "expo-symbols": "~0.2.2",
  34. "expo-system-ui": "~4.0.8",
  35. "expo-web-browser": "~14.0.2",
  36. "react": "18.3.1",
  37. "react-dom": "18.3.1",
  38. "react-native": "0.76.7",
  39. "react-native-ble-manager": "^12.1.4",
  40. "react-native-fs": "^2.20.0",
  41. "react-native-gesture-handler": "~2.20.2",
  42. "react-native-paper": "^5.13.1",
  43. "react-native-reanimated": "~3.16.1",
  44. "react-native-safe-area-context": "^4.12.0",
  45. "react-native-screens": "~4.4.0",
  46. "react-native-vector-icons": "^10.2.0",
  47. "react-native-web": "~0.19.13",
  48. "react-native-webview": "13.12.5"
  49. },
  50. "devDependencies": {
  51. "@babel/core": "^7.25.2",
  52. "@types/jest": "^29.5.12",
  53. "@types/react": "~18.3.12",
  54. "@types/react-native-fs": "^2.8.3",
  55. "@types/react-test-renderer": "^18.3.0",
  56. "@react-native-community/cli": "latest",
  57. "jest": "^29.2.1",
  58. "jest-expo": "~52.0.6",
  59. "react-test-renderer": "18.3.1",
  60. "typescript": "^5.3.3"
  61. },
  62. "private": true
  63. }