廓形仪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.

102 lines
3.4 KiB

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": "DARK_MODE=media expo run:android",
  9. "ios": "DARK_MODE=media expo run:ios",
  10. "web": "DARK_MODE=media 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/html-elements": "^0.4.2",
  20. "@expo/vector-icons": "^14.0.2",
  21. "@gluestack-ui/accordion": "^1.0.14",
  22. "@gluestack-ui/actionsheet": "^0.2.52",
  23. "@gluestack-ui/alert": "^0.1.16",
  24. "@gluestack-ui/alert-dialog": "^0.1.38",
  25. "@gluestack-ui/avatar": "^0.1.18",
  26. "@gluestack-ui/button": "^1.0.14",
  27. "@gluestack-ui/checkbox": "^0.1.39",
  28. "@gluestack-ui/divider": "^0.1.10",
  29. "@gluestack-ui/fab": "^0.1.28",
  30. "@gluestack-ui/form-control": "^0.1.19",
  31. "@gluestack-ui/icon": "^0.1.26",
  32. "@gluestack-ui/image": "^0.1.17",
  33. "@gluestack-ui/input": "^0.1.38",
  34. "@gluestack-ui/link": "^0.1.29",
  35. "@gluestack-ui/menu": "^0.2.43",
  36. "@gluestack-ui/modal": "^0.1.41",
  37. "@gluestack-ui/nativewind-utils": "^1.0.26",
  38. "@gluestack-ui/overlay": "^0.1.22",
  39. "@gluestack-ui/popover": "^0.1.49",
  40. "@gluestack-ui/pressable": "^0.1.23",
  41. "@gluestack-ui/progress": "^0.1.18",
  42. "@gluestack-ui/radio": "^0.1.40",
  43. "@gluestack-ui/select": "^0.1.31",
  44. "@gluestack-ui/slider": "^0.1.32",
  45. "@gluestack-ui/spinner": "^0.1.15",
  46. "@gluestack-ui/switch": "^0.1.29",
  47. "@gluestack-ui/textarea": "^0.1.24",
  48. "@gluestack-ui/toast": "^1.0.9",
  49. "@gluestack-ui/tooltip": "^0.1.44",
  50. "@legendapp/motion": "^2.4.0",
  51. "@react-navigation/bottom-tabs": "^7.2.0",
  52. "@react-navigation/native": "^7.0.14",
  53. "babel-plugin-module-resolver": "^5.0.2",
  54. "expo": "~52.0.38",
  55. "expo-blur": "~14.0.3",
  56. "expo-constants": "~17.0.8",
  57. "expo-dev-client": "~5.0.13",
  58. "expo-device": "~7.0.2",
  59. "expo-font": "~13.0.4",
  60. "expo-haptics": "~14.0.1",
  61. "expo-linking": "~7.0.5",
  62. "expo-router": "~4.0.18",
  63. "expo-splash-screen": "~0.29.22",
  64. "expo-status-bar": "~2.0.1",
  65. "expo-symbols": "~0.2.2",
  66. "expo-system-ui": "~4.0.8",
  67. "expo-web-browser": "~14.0.2",
  68. "nativewind": "^4.1.23",
  69. "react": "18.3.1",
  70. "react-dom": "18.3.1",
  71. "react-native": "0.76.7",
  72. "react-native-ble-manager": "^12.1.4",
  73. "react-native-css-interop": "^0.1.22",
  74. "react-native-fs": "^2.20.0",
  75. "react-native-gesture-handler": "~2.20.2",
  76. "react-native-paper": "^5.13.1",
  77. "react-native-reanimated": "~3.16.1",
  78. "react-native-safe-area-context": "^5.3.0",
  79. "react-native-screens": "~4.4.0",
  80. "react-native-sqlite-storage": "^6.0.1",
  81. "react-native-svg": "^15.11.2",
  82. "react-native-vector-icons": "^10.2.0",
  83. "react-native-web": "~0.19.13",
  84. "react-native-webview": "13.12.5",
  85. "tailwindcss": "^3.4.17"
  86. },
  87. "devDependencies": {
  88. "@babel/core": "^7.25.2",
  89. "@react-native-community/cli": "latest",
  90. "@types/jest": "^29.5.12",
  91. "@types/react": "~18.3.12",
  92. "@types/react-native-fs": "^2.8.3",
  93. "@types/react-native-sqlite-storage": "^6.0.5",
  94. "@types/react-test-renderer": "^18.3.0",
  95. "jest": "^29.2.1",
  96. "jest-expo": "~52.0.6",
  97. "jscodeshift": "^0.15.2",
  98. "react-test-renderer": "18.3.1",
  99. "typescript": "^5.3.3"
  100. },
  101. "private": true
  102. }