普兆健康管家后端代码仓库
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.

157 lines
5.9 KiB

4 days ago
  1. {
  2. "name": "JeecgUniapp3",
  3. "type": "commonjs",
  4. "version": "3.0.0",
  5. "description": "JeecgBoot配套APP移动框架,一份代码多终端适配,支持小程序、H5、APP、ios、安卓、鸿蒙",
  6. "engines": {
  7. "node": ">=18",
  8. "pnpm": ">=7.30"
  9. },
  10. "scripts": {
  11. "preinstall": "npx only-allow pnpm",
  12. "uvm": "npx @dcloudio/uvm@latest",
  13. "uvm-rm": "node ./scripts/postupgrade.js",
  14. "postuvm": "echo upgrade uni-app success!",
  15. "dev:app": "uni -p app",
  16. "dev:app-android": "uni -p app-android",
  17. "dev:app-ios": "uni -p app-ios",
  18. "dev:custom": "uni -p",
  19. "dev": "uni",
  20. "dev:h5": "uni",
  21. "dev:h5:ssr": "uni --ssr",
  22. "dev:mp": "uni -p mp-weixin",
  23. "dev:mp-alipay": "uni -p mp-alipay",
  24. "dev:mp-baidu": "uni -p mp-baidu",
  25. "dev:mp-jd": "uni -p mp-jd",
  26. "dev:mp-kuaishou": "uni -p mp-kuaishou",
  27. "dev:mp-lark": "uni -p mp-lark",
  28. "dev:mp-qq": "uni -p mp-qq",
  29. "dev:mp-toutiao": "uni -p mp-toutiao",
  30. "dev:mp-weixin": "uni -p mp-weixin",
  31. "dev:mp-xhs": "uni -p mp-xhs",
  32. "dev:quickapp-webview": "uni -p quickapp-webview",
  33. "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
  34. "dev:quickapp-webview-union": "uni -p quickapp-webview-union",
  35. "build:app": "uni build -p app",
  36. "build:app-android": "uni build -p app-android",
  37. "build:app-ios": "uni build -p app-ios",
  38. "build:custom": "uni build -p",
  39. "build:h5": "uni build",
  40. "build": "uni build",
  41. "build:h5:ssr": "uni build --ssr",
  42. "build:mp-alipay": "uni build -p mp-alipay",
  43. "build:mp": "uni build -p mp-weixin",
  44. "build:mp-baidu": "uni build -p mp-baidu",
  45. "build:mp-jd": "uni build -p mp-jd",
  46. "build:mp-kuaishou": "uni build -p mp-kuaishou",
  47. "build:mp-lark": "uni build -p mp-lark",
  48. "build:mp-qq": "uni build -p mp-qq",
  49. "build:mp-toutiao": "uni build -p mp-toutiao",
  50. "build:mp-weixin": "uni build -p mp-weixin",
  51. "build:mp-xhs": "uni build -p mp-xhs",
  52. "build:quickapp-webview": "uni build -p quickapp-webview",
  53. "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
  54. "build:quickapp-webview-union": "uni build -p quickapp-webview-union",
  55. "type-check": "vue-tsc --noEmit",
  56. "release": "standard-version",
  57. "cz": "czg",
  58. "openapi-ts-request": "openapi-ts"
  59. },
  60. "resolutions": {
  61. "bin-wrapper": "npm:bin-wrapper-china"
  62. },
  63. "dependencies": {
  64. "@dcloudio/uni-app": "3.0.0-4030620241128001",
  65. "@dcloudio/uni-app-harmony": "3.0.0-4030620241128001",
  66. "@dcloudio/uni-app-plus": "3.0.0-4030620241128001",
  67. "@dcloudio/uni-components": "3.0.0-4030620241128001",
  68. "@dcloudio/uni-h5": "3.0.0-4030620241128001",
  69. "@dcloudio/uni-mp-alipay": "3.0.0-4030620241128001",
  70. "@dcloudio/uni-mp-baidu": "3.0.0-4030620241128001",
  71. "@dcloudio/uni-mp-jd": "3.0.0-4030620241128001",
  72. "@dcloudio/uni-mp-kuaishou": "3.0.0-4030620241128001",
  73. "@dcloudio/uni-mp-lark": "3.0.0-4030620241128001",
  74. "@dcloudio/uni-mp-qq": "3.0.0-4030620241128001",
  75. "@dcloudio/uni-mp-toutiao": "3.0.0-4030620241128001",
  76. "@dcloudio/uni-mp-weixin": "3.0.0-4030620241128001",
  77. "@dcloudio/uni-mp-xhs": "3.0.0-4030620241128001",
  78. "@dcloudio/uni-quickapp-webview": "3.0.0-4030620241128001",
  79. "@tanstack/vue-query": "^5.62.16",
  80. "@vant/area-data": "^2.0.0",
  81. "abortcontroller-polyfill": "^1.7.8",
  82. "dayjs": "1.11.10",
  83. "echarts": "^5.6.0",
  84. "lodash-es": "^4.17.21",
  85. "md5": "^2.3.0",
  86. "pinia": "2.0.36",
  87. "pinia-plugin-persistedstate": "3.2.1",
  88. "qs": "6.5.3",
  89. "uni-parse-pages": "^0.0.1",
  90. "vue": "3.4.21",
  91. "vue-i18n": "9.1.9",
  92. "wot-design-uni": "^1.8.0",
  93. "z-paging": "^2.8.4"
  94. },
  95. "devDependencies": {
  96. "@commitlint/cli": "^18.6.1",
  97. "@commitlint/config-conventional": "^18.6.3",
  98. "@dcloudio/types": "^3.4.14",
  99. "@dcloudio/uni-automator": "3.0.0-4030620241128001",
  100. "@dcloudio/uni-cli-shared": "3.0.0-4030620241128001",
  101. "@dcloudio/uni-stacktracey": "3.0.0-4030620241128001",
  102. "@dcloudio/uni-uts-v1": "3.0.0-4030620241128001",
  103. "@dcloudio/vite-plugin-uni": "3.0.0-4030620241128001",
  104. "@esbuild/darwin-arm64": "0.20.2",
  105. "@esbuild/darwin-x64": "0.20.2",
  106. "@iconify-json/carbon": "^1.2.4",
  107. "@rollup/rollup-darwin-x64": "^4.28.0",
  108. "@types/node": "^20.17.9",
  109. "@types/wechat-miniprogram": "^3.4.8",
  110. "@typescript-eslint/eslint-plugin": "^6.21.0",
  111. "@typescript-eslint/parser": "^6.21.0",
  112. "@uni-helper/uni-types": "1.0.0-alpha.3",
  113. "@uni-helper/vite-plugin-uni-layouts": "^0.1.10",
  114. "@uni-helper/vite-plugin-uni-manifest": "^0.2.7",
  115. "@uni-helper/vite-plugin-uni-pages": "0.2.20",
  116. "@uni-helper/vite-plugin-uni-platform": "^0.0.4",
  117. "@unocss/preset-legacy-compat": "^0.59.4",
  118. "@vue/runtime-core": "^3.4.21",
  119. "@vue/tsconfig": "^0.1.3",
  120. "autoprefixer": "^10.4.20",
  121. "commitlint": "^18.6.1",
  122. "czg": "^1.9.4",
  123. "dotenv": "^16.4.7",
  124. "eslint": "^8.57.1",
  125. "eslint-config-prettier": "^9.1.0",
  126. "eslint-config-standard": "^17.1.0",
  127. "eslint-import-resolver-typescript": "^3.7.0",
  128. "eslint-plugin-import": "^2.31.0",
  129. "eslint-plugin-prettier": "^5.2.1",
  130. "eslint-plugin-vue": "^9.32.0",
  131. "mockjs": "^1.1.0",
  132. "openapi-ts-request": "^1.1.2",
  133. "postcss": "^8.4.49",
  134. "postcss-html": "^1.7.0",
  135. "postcss-scss": "^4.0.9",
  136. "rollup-plugin-visualizer": "^5.12.0",
  137. "sass": "1.77.6",
  138. "standard-version": "^9.5.0",
  139. "stylelint": "^16.11.0",
  140. "stylelint-config-html": "^1.1.0",
  141. "stylelint-config-recess-order": "^4.6.0",
  142. "stylelint-config-recommended": "^14.0.1",
  143. "stylelint-config-recommended-scss": "^14.1.0",
  144. "stylelint-config-recommended-vue": "^1.5.0",
  145. "stylelint-prettier": "^5.0.2",
  146. "terser": "^5.36.0",
  147. "typescript": "^5.7.2",
  148. "unocss": "^0.58.9",
  149. "unocss-applet": "^0.7.8",
  150. "unplugin-auto-import": "^0.17.8",
  151. "vite": "5.2.8",
  152. "vite-plugin-mock": "^3.0.2",
  153. "vite-plugin-restart": "^0.4.2",
  154. "vitepress": "^1.5.0",
  155. "vue-tsc": "^1.0.24"
  156. }
  157. }