12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "civilized-miniapp",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "文明城市小程序",
  6. "templateInfo": {
  7. "name": "default",
  8. "typescript": false,
  9. "css": "less"
  10. },
  11. "scripts": {
  12. "build:weapp": "taro build --type weapp",
  13. "build:swan": "taro build --type swan",
  14. "build:alipay": "taro build --type alipay",
  15. "build:tt": "taro build --type tt",
  16. "build:h5": "taro build --type h5",
  17. "build:rn": "taro build --type rn",
  18. "build:qq": "taro build --type qq",
  19. "build:jd": "taro build --type jd",
  20. "build:quickapp": "taro build --type quickapp",
  21. "dev:weapp": "npm run build:weapp -- --watch",
  22. "dev:swan": "npm run build:swan -- --watch",
  23. "dev:alipay": "npm run build:alipay -- --watch",
  24. "dev:tt": "npm run build:tt -- --watch",
  25. "dev:h5": "npm run build:h5 -- --watch",
  26. "dev:rn": "npm run build:rn -- --watch",
  27. "dev:qq": "npm run build:qq -- --watch",
  28. "dev:jd": "npm run build:jd -- --watch",
  29. "dev:quickapp": "npm run build:quickapp -- --watch"
  30. },
  31. "browserslist": [
  32. "last 3 versions",
  33. "Android >= 4.1",
  34. "ios >= 8"
  35. ],
  36. "author": "",
  37. "dependencies": {
  38. "@antmjs/vantui": "^2.3.5",
  39. "@babel/runtime": "^7.7.7",
  40. "@tarojs/components": "3.5.7",
  41. "@tarojs/helper": "3.5.7",
  42. "@tarojs/plugin-framework-react": "3.5.7",
  43. "@tarojs/plugin-platform-weapp": "3.5.7",
  44. "@tarojs/react": "3.5.7",
  45. "@tarojs/router": "3.5.7",
  46. "@tarojs/runtime": "3.5.7",
  47. "@tarojs/shared": "3.5.7",
  48. "@tarojs/taro": "3.5.7",
  49. "@tarojs/taro-h5": "3.5.7",
  50. "@zjxpcyc/react-tiny-store": "^2.0.1",
  51. "echarts-for-weixin": "^1.0.2",
  52. "md5": "^2.3.0",
  53. "react": "^18.0.0",
  54. "react-dom": "^18.0.0",
  55. "echarts": "5.4.1"
  56. },
  57. "devDependencies": {
  58. "@babel/core": "^7.8.0",
  59. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
  60. "@tarojs/cli": "3.5.7",
  61. "@tarojs/mini-runner": "3.5.7",
  62. "@tarojs/webpack-runner": "3.5.7",
  63. "@types/react": "^18.0.0",
  64. "@types/webpack-env": "^1.13.6",
  65. "babel-plugin-import": "^1.13.5",
  66. "babel-preset-taro": "3.5.7",
  67. "eslint": "^8.12.0",
  68. "eslint-config-taro": "3.5.7",
  69. "eslint-plugin-import": "^2.12.0",
  70. "eslint-plugin-react": "^7.8.2",
  71. "eslint-plugin-react-hooks": "^4.2.0",
  72. "react-refresh": "^0.11.0",
  73. "stylelint": "^14.4.0",
  74. "webpack": "4.46.0"
  75. }
  76. }