package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "YiwangxinMultip",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "android": "react-native run-android",
  7. "ios": "react-native run-ios",
  8. "lint": "eslint .",
  9. "start": "react-native start",
  10. "test": "jest",
  11. "build-android-common": "react-native bundle --platform android --dev false --entry-file src/common/common.ts --bundle-output ./bundle/common.android.bundle --assets-dest ./bundle --config metro.common.config.js --minify true --reset-cache",
  12. "build-android-app": "react-native bundle --platform android --dev false --entry-file src/app/app.ts --bundle-output ./bundle/app.android.bundle --assets-dest ./bundle --config metro.main.config.js --minify true --reset-cache",
  13. "build-android-ywq": "react-native bundle --platform android --dev false --entry-file src/ywq/ywq.ts --bundle-output ./bundle/ywq.android.bundle --assets-dest ./bundle --config metro.main.config.js --minify true --reset-cache",
  14. "build-android-hospital": "react-native bundle --platform android --dev false --entry-file src/hospital/hospital.ts --bundle-output ./bundle/hospital.android.bundle --assets-dest ./bundle --config metro.main.config.js --minify true --reset-cache"
  15. },
  16. "codegenConfig": {
  17. "name": "SpecsManager",
  18. "type": "modules",
  19. "jsSrcsDir": "./src/specs",
  20. "android": {
  21. "javaPackageName": "com.trust.ywx.specs"
  22. }
  23. },
  24. "dependencies": {
  25. "@react-native-async-storage/async-storage": "^2.2.0",
  26. "@react-native/new-app-screen": "0.80.1",
  27. "react": "19.1.0",
  28. "react-native": "0.80.1",
  29. "react-native-storage": "^1.0.1"
  30. },
  31. "devDependencies": {
  32. "@babel/core": "^7.25.2",
  33. "@babel/preset-env": "^7.25.3",
  34. "@babel/runtime": "^7.25.0",
  35. "@react-native-community/cli": "19.0.0",
  36. "@react-native-community/cli-platform-android": "19.0.0",
  37. "@react-native-community/cli-platform-ios": "19.0.0",
  38. "@react-native/babel-preset": "0.80.1",
  39. "@react-native/eslint-config": "0.80.1",
  40. "@react-native/metro-config": "0.80.1",
  41. "@react-native/typescript-config": "0.80.1",
  42. "@types/jest": "^29.5.13",
  43. "@types/react": "^19.1.0",
  44. "@types/react-test-renderer": "^19.1.0",
  45. "eslint": "^8.19.0",
  46. "jest": "^29.6.3",
  47. "prettier": "2.8.8",
  48. "react-test-renderer": "19.1.0",
  49. "typescript": "5.0.4"
  50. },
  51. "engines": {
  52. "node": ">=18"
  53. }
  54. }