package.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "name": "unibest",
  3. "type": "commonjs",
  4. "version": "1.5.0",
  5. "description": "unibest - 最好的 uniapp 开发模板",
  6. "author": {
  7. "name": "codercup",
  8. "zhName": "菲鸽",
  9. "email": "1020103647@qq.com",
  10. "github": "https://github.com/codercup",
  11. "gitee": "https://gitee.com/codercup"
  12. },
  13. "license": "MIT",
  14. "repository": "https://github.com/codercup/unibest",
  15. "repository-gitee": "https://gitee.com/codercup/unibest",
  16. "bugs": {
  17. "url": "https://github.com/codercup/unibest/issues"
  18. },
  19. "homepage": "https://codercup.github.io/unibest/",
  20. "engines": {
  21. "node": ">=18",
  22. "pnpm": ">=7.30"
  23. },
  24. "scripts": {
  25. "dev:app": "uni -p app",
  26. "dev:app-android": "uni -p app-android",
  27. "dev:app-ios": "uni -p app-ios",
  28. "dev:custom": "uni -p",
  29. "dev": "uni",
  30. "dev:h5": "uni",
  31. "dev:h5:ssr": "uni --ssr",
  32. "dev:mp": "uni -p mp-weixin",
  33. "dev:mp-alipay": "uni -p mp-alipay",
  34. "dev:mp-baidu": "uni -p mp-baidu",
  35. "dev:mp-jd": "uni -p mp-jd",
  36. "dev:mp-kuaishou": "uni -p mp-kuaishou",
  37. "dev:mp-lark": "uni -p mp-lark",
  38. "dev:mp-qq": "uni -p mp-qq",
  39. "dev:mp-toutiao": "uni -p mp-toutiao",
  40. "dev:mp-weixin": "uni -p mp-weixin",
  41. "dev:quickapp-webview": "uni -p quickapp-webview",
  42. "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
  43. "dev:quickapp-webview-union": "uni -p quickapp-webview-union",
  44. "build:app": "uni build -p app",
  45. "build:app-android": "uni build -p app-android",
  46. "build:app-ios": "uni build -p app-ios",
  47. "build:custom": "uni build -p",
  48. "build:h5": "uni build",
  49. "build": "uni build",
  50. "build:h5:ssr": "uni build --ssr",
  51. "build:mp-alipay": "uni build -p mp-alipay",
  52. "build:mp": "uni build -p mp-weixin",
  53. "build:mp-baidu": "uni build -p mp-baidu",
  54. "build:mp-jd": "uni build -p mp-jd",
  55. "build:mp-kuaishou": "uni build -p mp-kuaishou",
  56. "build:mp-lark": "uni build -p mp-lark",
  57. "build:mp-qq": "uni build -p mp-qq",
  58. "build:mp-toutiao": "uni build -p mp-toutiao",
  59. "build:mp-weixin": "uni build -p mp-weixin",
  60. "build:quickapp-webview": "uni build -p quickapp-webview",
  61. "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
  62. "build:quickapp-webview-union": "uni build -p quickapp-webview-union",
  63. "prepare": "node ./shell/postinstall.js & git init && husky install ",
  64. "type-check": "vue-tsc --noEmit"
  65. },
  66. "lint-staged": {
  67. "**/*.{html,vue,ts,cjs,json,md}": [
  68. "prettier --write"
  69. ],
  70. "**/*.{vue,js,ts,jsx,tsx}": [
  71. "eslint --fix"
  72. ],
  73. "**/*.{vue,css,scss,html}": [
  74. "stylelint --fix"
  75. ]
  76. },
  77. "resolutions": {
  78. "bin-wrapper": "npm:bin-wrapper-china"
  79. },
  80. "dependencies": {
  81. "@dcloudio/uni-app": "3.0.0-4000720240327002",
  82. "@dcloudio/uni-app-plus": "3.0.0-4000720240327002",
  83. "@dcloudio/uni-components": "3.0.0-4000720240327002",
  84. "@dcloudio/uni-h5": "3.0.0-4000720240327002",
  85. "@dcloudio/uni-mp-alipay": "3.0.0-4000720240327002",
  86. "@dcloudio/uni-mp-baidu": "3.0.0-4000720240327002",
  87. "@dcloudio/uni-mp-jd": "3.0.0-4000720240327002",
  88. "@dcloudio/uni-mp-kuaishou": "3.0.0-4000720240327002",
  89. "@dcloudio/uni-mp-lark": "3.0.0-4000720240327002",
  90. "@dcloudio/uni-mp-qq": "3.0.0-4000720240327002",
  91. "@dcloudio/uni-mp-toutiao": "3.0.0-4000720240327002",
  92. "@dcloudio/uni-mp-weixin": "3.0.0-4000720240327002",
  93. "@dcloudio/uni-mp-xhs": "3.0.0-4000720240327002",
  94. "@dcloudio/uni-quickapp-webview": "3.0.0-4000720240327002",
  95. "dayjs": "1.11.10",
  96. "pinia": "2.0.36",
  97. "pinia-plugin-persistedstate": "3.2.1",
  98. "qs": "^6.11.2",
  99. "vue": "^3.4.19",
  100. "wot-design-uni": "^1.2.13"
  101. },
  102. "devDependencies": {
  103. "@commitlint/cli": "^18.4.3",
  104. "@commitlint/config-conventional": "^18.4.3",
  105. "@dcloudio/types": "^3.4.8",
  106. "@dcloudio/uni-automator": "3.0.0-4000720240327002",
  107. "@dcloudio/uni-cli-shared": "3.0.0-4000720240327002",
  108. "@dcloudio/uni-stacktracey": "3.0.0-4000720240327002",
  109. "@dcloudio/vite-plugin-uni": "3.0.0-4000720240327002",
  110. "@iconify-json/carbon": "^1.1.27",
  111. "@types/node": "^20.11.5",
  112. "@types/wechat-miniprogram": "^3.4.7",
  113. "@typescript-eslint/eslint-plugin": "^6.15.0",
  114. "@typescript-eslint/parser": "^6.15.0",
  115. "@uni-helper/vite-plugin-uni-components": "^0.0.8",
  116. "@uni-helper/vite-plugin-uni-layouts": "^0.1.7",
  117. "@uni-helper/vite-plugin-uni-manifest": "^0.2.3",
  118. "@uni-helper/vite-plugin-uni-pages": "^0.2.15",
  119. "@uni-helper/vite-plugin-uni-platform": "^0.0.4",
  120. "@vue/runtime-core": "^3.3.13",
  121. "@vue/tsconfig": "^0.1.3",
  122. "autoprefixer": "^10.4.16",
  123. "commitlint": "^18.4.3",
  124. "eslint": "^8.56.0",
  125. "eslint-config-prettier": "^9.1.0",
  126. "eslint-config-standard": "^17.1.0",
  127. "eslint-import-resolver-typescript": "^3.6.1",
  128. "eslint-plugin-import": "^2.29.1",
  129. "eslint-plugin-prettier": "^5.1.0",
  130. "eslint-plugin-vue": "^9.19.2",
  131. "husky": "^8.0.3",
  132. "lint-staged": "^15.2.0",
  133. "postcss": "^8.4.32",
  134. "postcss-html": "^1.5.0",
  135. "postcss-scss": "^4.0.9",
  136. "rollup-plugin-visualizer": "^5.11.0",
  137. "sass": "^1.69.5",
  138. "stylelint": "^16.0.2",
  139. "stylelint-config-html": "^1.1.0",
  140. "stylelint-config-recess-order": "^4.4.0",
  141. "stylelint-config-recommended-vue": "^1.5.0",
  142. "stylelint-config-standard": "^35.0.0",
  143. "stylelint-config-standard-scss": "^12.0.0",
  144. "stylelint-prettier": "^5.0.0",
  145. "terser": "^5.26.0",
  146. "typescript": "^4.9.5",
  147. "unocss": "^0.58.0",
  148. "unocss-applet": "^0.7.8",
  149. "unplugin-auto-import": "^0.17.2",
  150. "vite": "4.3.5",
  151. "vite-plugin-imagemin": "^0.6.1",
  152. "vite-plugin-restart": "^0.4.0",
  153. "vite-plugin-svg-icons": "^2.0.1",
  154. "vite-plugin-vue-setup-extend": "^0.4.0",
  155. "vite-svg-loader": "^5.1.0",
  156. "vue-tsc": "^1.8.25"
  157. }
  158. }