package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "vue-admin-better",
  3. "version": "2.2.0",
  4. "author": "vue-admin-better",
  5. "participants": [],
  6. "homepage": "https://chu1204505056.gitee.io/vue-admin-better",
  7. "scripts": {
  8. "serve": "vue-cli-service serve",
  9. "serve:node18": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
  10. "build": "vue-cli-service build",
  11. "build:node18": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
  12. "lint": "vue-cli-service lint",
  13. "clear": "rimraf node_modules&&npm install --registry=--registry=https://registry.npmmirror.com",
  14. "image-webpack-loader": "cnpm i image-webpack-loader -D",
  15. "update": "ncu -u --reject layouts,sass-loader,sass,screenfull,eslint,chalk,vue-echarts,vue,vue-template-compiler,vue-router,vuex,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-plugin-vue --registry=https://registry.npmmirror.com&&cnpm i",
  16. "push": "start ./push.sh"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
  21. },
  22. "gitHooks": {
  23. "pre-commit": "lint-staged"
  24. },
  25. "lint-staged": {
  26. "*.{js,jsx,vue}": [
  27. "vue-cli-service lint",
  28. "git add"
  29. ]
  30. },
  31. "dependencies": {
  32. "axios": "^1.4.0",
  33. "caniuse-lite": "^1.0.30001482",
  34. "clipboard": "^2.0.11",
  35. "core-js": "^3.30.1",
  36. "dayjs": "^1.11.7",
  37. "echarts": "5.4.2",
  38. "element-ui": "^2.15.13",
  39. "jsencrypt": "^3.3.2",
  40. "lodash": "^4.17.21",
  41. "maptalks": "^0.49.5",
  42. "mapv": "^2.0.62",
  43. "mockjs": "^1.1.0",
  44. "nprogress": "^0.2.0",
  45. "qs": "^6.11.1",
  46. "screenfull": "^5.2.0",
  47. "sortablejs": "^1.15.0",
  48. "vab-icon": "file:vab-icon",
  49. "vue": "~2.7.14 ",
  50. "vue-echarts": "5.0.0-beta.0",
  51. "vue-router": "^3.6.5",
  52. "vue-template-compiler": "~2.7.14",
  53. "vuex": "^3.6.2",
  54. "layouts": "file:layouts"
  55. },
  56. "devDependencies": {
  57. "@vue/cli-plugin-babel": "^4.5.15",
  58. "@vue/cli-plugin-eslint": "^4.5.15",
  59. "@vue/cli-service": "^4.5.15",
  60. "@vue/composition-api": "^1.7.1",
  61. "@vue/eslint-config-prettier": "^7.1.0",
  62. "babel-eslint": "^10.1.0",
  63. "body-parser": "^1.20.2",
  64. "chalk": "^4.1.2",
  65. "chokidar": "^3.5.3",
  66. "eslint": "^7.32.0",
  67. "eslint-plugin-prettier": "^4.2.1",
  68. "eslint-plugin-vue": "^9.1.1",
  69. "filemanager-webpack-plugin": "^8.0.0",
  70. "image-webpack-loader": "^8.1.0",
  71. "lint-staged": "^13.2.2",
  72. "prettier": "^2.8.8",
  73. "sass": "~1.32.13",
  74. "sass-loader": "^10.1.1",
  75. "stylelint": "^15.6.1",
  76. "stylelint-config-prettier": "^9.0.5",
  77. "stylelint-config-recess-order": "^4.0.0",
  78. "svg-sprite-loader": "^6.0.11",
  79. "webpackbar": "^5.0.2"
  80. },
  81. "keywords": [
  82. "vue",
  83. "admin",
  84. "dashboard",
  85. "element-ui",
  86. "vue-admin",
  87. "element-admin",
  88. "boilerplate",
  89. "admin-template",
  90. "management-system"
  91. ],
  92. "engines": {
  93. "node": ">=8.9",
  94. "npm": ">= 3.0.0"
  95. }
  96. }