package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "name": "admin-plus",
  3. "version": "10.3.0",
  4. "private": true,
  5. "author": "vue-admin-better",
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "production": "vue-cli-service build --mode production",
  10. "online": "vue-cli-service build --mode online",
  11. "test:unit": "vue-cli-service test:unit --detectOpenHandles",
  12. "lint": "vue-cli-service lint",
  13. "build:deploy": "start ./deploy.sh",
  14. "build:report": "vue-cli-service build --report",
  15. "build:test": "vue-cli-service build --mode test",
  16. "global:install": "npm install -g nrm,cnpm,npm-check-updates,rimraf --registry=http://mirrors.cloud.tencent.com/npm/",
  17. "globle:update": "ncu -g",
  18. "lint:eslint": "eslint {src,mock}/**/*.{vue,js,ts} --fix",
  19. "lint:prettier": "prettier {src,mock}/**/*.{html,vue,css,sass,scss,js,ts,md} --write",
  20. "lint:stylelint": "stylelint {src,mock}/**/*.{html,vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/",
  21. "module:install": "npm i --registry=http://mirrors.cloud.tencent.com/npm/",
  22. "module:reinstall": "rimraf node_modules&&npm run module:install",
  23. "module:update": "ncu -u --reject chalk,vab-icons --registry=http://mirrors.cloud.tencent.com/npm/&&npm run module:install",
  24. "nrm:npm": "nrm use npm",
  25. "nrm:taobao": "nrm use taobao",
  26. "template": "plop"
  27. },
  28. "dependencies": {
  29. "@element-plus/icons-vue": "^2.0.10",
  30. "@logicflow/core": "^1.1.31",
  31. "@logicflow/extension": "^1.1.31",
  32. "@vueuse/core": "^9.10.0",
  33. "@vueuse/head": "^1.0.22",
  34. "@wangeditor/editor": "^5.1.23",
  35. "@wangeditor/editor-for-vue": "^5.1.9",
  36. "axios": "^1.2.2",
  37. "core-js": "^3.27.1",
  38. "count-vue3": "^3.2.40",
  39. "cropper-vue3": "^3.2.45",
  40. "dayjs": "^1.11.7",
  41. "echarts": "^5.4.1",
  42. "element-plus": "^2.2.28",
  43. "file-saver": "^2.0.5",
  44. "image-conversion": "^2.1.1",
  45. "js-cookie": "^3.0.1",
  46. "jsencrypt": "^3.3.1",
  47. "lodash": "^4.17.21",
  48. "mitt": "^3.0.0",
  49. "mockjs": "^1.1.0",
  50. "nprogress": "^0.2.0",
  51. "path-browserify": "^1.0.1",
  52. "pinia": "^2.0.28",
  53. "qs": "^6.11.0",
  54. "register-service-worker": "^1.7.2",
  55. "resize-detector": "^0.3.0",
  56. "vab-icons": "file:vab-icons",
  57. "vue": "^3.2.45",
  58. "vue-amap": "^0.5.10",
  59. "vue-draggable-next": "^2.1.1",
  60. "vue-i18n": "^9.2.2",
  61. "vue-json-viewer": "^3.0.2",
  62. "vue-qr": "^4.0.9",
  63. "vue-router": "^4.1.6",
  64. "vue-seamless-scroll": "^1.1.23",
  65. "vue3-json-viewer": "^2.2.2",
  66. "vuedraggable": "^4.0.1",
  67. "xlsx": "0.18.5"
  68. },
  69. "devDependencies": {
  70. "@babel/core": "^7.20.12",
  71. "@stylelint/postcss-css-in-js": "^0.38.0",
  72. "@types/file-saver": "^2.0.5",
  73. "@types/js-cookie": "^3.0.2",
  74. "@types/lodash-es": "^4.17.6",
  75. "@types/node": "^18.11.18",
  76. "@types/nprogress": "^0.2.0",
  77. "@vue/cli-plugin-babel": "^5.0.8",
  78. "@vue/cli-plugin-eslint": "^5.0.8",
  79. "@vue/cli-plugin-pwa": "^5.0.8",
  80. "@vue/cli-plugin-router": "^5.0.8",
  81. "@vue/cli-plugin-typescript": "^5.0.8",
  82. "@vue/cli-service": "^5.0.8",
  83. "@vue/eslint-config-typescript": "^11.0.2",
  84. "@vue/test-utils": "^2.2.7",
  85. "body-parser": "^1.20.1",
  86. "chalk": "^4.1.2",
  87. "chokidar": "^3.5.3",
  88. "compression-webpack-plugin": "^10.0.0",
  89. "eslint": "^8.31.0",
  90. "eslint-config-prettier": "^8.6.0",
  91. "eslint-plugin-prettier": "^4.2.1",
  92. "eslint-plugin-vue": "^9.8.0",
  93. "filemanager-webpack-plugin": "^8.0.0",
  94. "hard-source-webpack-plugin": "^0.13.1",
  95. "image-webpack-loader": "^8.1.0",
  96. "lint-staged": "^13.1.0",
  97. "plop": "^3.1.1",
  98. "plop-templates": "^0.0.9",
  99. "postcss": "^8.4.21",
  100. "postcss-html": "^1.5.0",
  101. "postcss-markdown": "^1.2.0",
  102. "postcss-scss": "^4.0.6",
  103. "postcss-syntax": "^0.36.2",
  104. "prettier": "^2.8.2",
  105. "raw-loader": "^4.0.2",
  106. "sass": "^1.57.1",
  107. "sass-loader": "^13.2.0",
  108. "stylelint": "^14.16.1",
  109. "stylelint-config-prettier": "^9.0.4",
  110. "stylelint-config-recess-order": "^3.1.0",
  111. "svg-sprite-loader": "^6.0.11",
  112. "typescript": "^4.9.4",
  113. "unplugin-auto-import": "^0.12.1",
  114. "unplugin-element-plus": "^0.4.1",
  115. "unplugin-vue-components": "^0.22.12",
  116. "unplugin-vue-define-options": "^1.1.3",
  117. "vue-eslint-parser": "^9.1.0",
  118. "vue-global-api": "^0.4.1",
  119. "vue-unplugins": "^1.0.6",
  120. "webpack": "^5.75.0",
  121. "webpackbar": "^5.0.2"
  122. },
  123. "gitHooks": {
  124. "pre-commit": "lint-staged"
  125. },
  126. "homepage": "https://chu1204505056.gitee.io/admin-plus",
  127. "license": "Mozilla Public License Version 2.0",
  128. "lint-staged": {
  129. "*.{js,jsx,vue}": [
  130. "vue-cli-service lint",
  131. "git add"
  132. ]
  133. },
  134. "participants": [
  135. "FlowPeakFish"
  136. ],
  137. "repository": {
  138. "type": "git",
  139. "url": "git+https://github.com/vue-admin-beautiful/admin-plus.git"
  140. }
  141. }