package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. "dayjs": "^1.11.7",
  39. "echarts": "^5.4.1",
  40. "element-plus": "^2.2.28",
  41. "file-saver": "^2.0.5",
  42. "image-conversion": "^2.1.1",
  43. "js-cookie": "^3.0.1",
  44. "jsencrypt": "^3.3.1",
  45. "lodash": "^4.17.21",
  46. "mitt": "^3.0.0",
  47. "mockjs": "^1.1.0",
  48. "nprogress": "^0.2.0",
  49. "path-browserify": "^1.0.1",
  50. "pinia": "^2.0.28",
  51. "qs": "^6.11.0",
  52. "register-service-worker": "^1.7.2",
  53. "resize-detector": "^0.3.0",
  54. "swiper": "^11.1.15",
  55. "vab-icons": "file:vab-icons",
  56. "video.js": "^8.20.0",
  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. "vue3-json-viewer": "^2.2.2",
  65. "vuedraggable": "^4.0.1",
  66. "xlsx": "0.18.5"
  67. },
  68. "devDependencies": {
  69. "@babel/core": "^7.20.12",
  70. "@stylelint/postcss-css-in-js": "^0.38.0",
  71. "@types/file-saver": "^2.0.5",
  72. "@types/js-cookie": "^3.0.2",
  73. "@types/lodash-es": "^4.17.6",
  74. "@types/node": "^18.11.18",
  75. "@types/nprogress": "^0.2.0",
  76. "@vue/cli-plugin-babel": "^5.0.8",
  77. "@vue/cli-plugin-eslint": "^5.0.8",
  78. "@vue/cli-plugin-pwa": "^5.0.8",
  79. "@vue/cli-plugin-router": "^5.0.8",
  80. "@vue/cli-plugin-typescript": "^5.0.8",
  81. "@vue/cli-service": "^5.0.8",
  82. "@vue/eslint-config-typescript": "^11.0.2",
  83. "@vue/test-utils": "^2.2.7",
  84. "body-parser": "^1.20.1",
  85. "chalk": "^4.1.2",
  86. "chokidar": "^3.5.3",
  87. "compression-webpack-plugin": "^10.0.0",
  88. "eslint": "^8.31.0",
  89. "eslint-config-prettier": "^8.6.0",
  90. "eslint-plugin-prettier": "^4.2.1",
  91. "eslint-plugin-vue": "^9.8.0",
  92. "filemanager-webpack-plugin": "^8.0.0",
  93. "hard-source-webpack-plugin": "^0.13.1",
  94. "image-webpack-loader": "^8.1.0",
  95. "lint-staged": "^13.1.0",
  96. "plop": "^3.1.1",
  97. "plop-templates": "^0.0.9",
  98. "postcss": "^8.4.21",
  99. "postcss-html": "^1.5.0",
  100. "postcss-markdown": "^1.2.0",
  101. "postcss-scss": "^4.0.6",
  102. "postcss-syntax": "^0.36.2",
  103. "prettier": "^2.8.2",
  104. "raw-loader": "^4.0.2",
  105. "sass": "^1.57.1",
  106. "sass-loader": "^13.2.0",
  107. "stylelint": "^14.16.1",
  108. "stylelint-config-prettier": "^9.0.4",
  109. "stylelint-config-recess-order": "^3.1.0",
  110. "svg-sprite-loader": "^6.0.11",
  111. "typescript": "^4.9.4",
  112. "unplugin-auto-import": "^0.12.1",
  113. "unplugin-element-plus": "^0.4.1",
  114. "unplugin-vue-components": "^0.22.12",
  115. "unplugin-vue-define-options": "^1.1.3",
  116. "vue-eslint-parser": "^9.1.0",
  117. "vue-global-api": "^0.4.1",
  118. "vue-unplugins": "^1.0.6",
  119. "webpack": "^5.75.0",
  120. "webpackbar": "^5.0.2"
  121. },
  122. "gitHooks": {
  123. "pre-commit": "lint-staged"
  124. },
  125. "homepage": "https://chu1204505056.gitee.io/admin-plus",
  126. "license": "Mozilla Public License Version 2.0",
  127. "lint-staged": {
  128. "*.{js,jsx,vue}": [
  129. "vue-cli-service lint",
  130. "git add"
  131. ]
  132. },
  133. "participants": [
  134. "FlowPeakFish"
  135. ],
  136. "repository": {
  137. "type": "git",
  138. "url": "git+https://github.com/vue-admin-beautiful/admin-plus.git"
  139. }
  140. }