集成后台重构版本
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.

104 lines
2.9 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "name": "yxkadmin-el",
  3. "version": "1.0.0",
  4. "description": "yxkadmin",
  5. "author": "刘力 <soldierliuli@hotmail.com>",
  6. "private": true,
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml",
  15. "new": "plop"
  16. },
  17. "lint-staged": {
  18. "src/**/*.{js,vue}": [
  19. "eslint --fix",
  20. "git add"
  21. ]
  22. },
  23. "dependencies": {
  24. "@riophae/vue-treeselect": "0.4.0",
  25. "axios": "^0.21.1",
  26. "clipboard": "2.0.4",
  27. "codemirror": "^5.49.2",
  28. "connect": "3.6.6",
  29. "core-js": "^2.6.12",
  30. "echarts": "^4.2.1",
  31. "echarts-gl": "^1.1.1",
  32. "echarts-wordcloud": "^1.1.3",
  33. "element-ui": "^2.13.2",
  34. "file-saver": "1.3.8",
  35. "fuse.js": "3.4.4",
  36. "js-beautify": "^1.10.2",
  37. "js-cookie": "2.2.0",
  38. "jsencrypt": "^3.0.0-rc.1",
  39. "jszip": "^3.7.1",
  40. "mavon-editor": "^2.9.0",
  41. "normalize.css": "7.0.0",
  42. "nprogress": "0.2.0",
  43. "path-to-regexp": "2.4.0",
  44. "qs": "^6.9.1",
  45. "screenfull": "4.2.0",
  46. "sortablejs": "1.8.4",
  47. "vue": "2.6.10",
  48. "vue-count-to": "1.0.13",
  49. "vue-cropper": "0.4.9",
  50. "vue-echarts": "^5.0.0-beta.0",
  51. "vue-highlightjs": "^1.3.3",
  52. "vue-image-crop-upload": "^2.5.0",
  53. "vue-router": "3.0.2",
  54. "vue-splitpane": "1.0.4",
  55. "vuedraggable": "2.20.0",
  56. "vuex": "3.1.0",
  57. "wangeditor": "^3.1.1",
  58. "xlsx": "^0.17.1"
  59. },
  60. "devDependencies": {
  61. "@babel/core": "7.0.0",
  62. "@babel/parser": "^7.7.4",
  63. "@babel/register": "7.0.0",
  64. "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
  65. "@vue/cli-plugin-babel": "3.5.3",
  66. "@vue/cli-plugin-eslint": "^3.1.1",
  67. "@vue/cli-plugin-unit-jest": "^4.5.13",
  68. "@vue/cli-service": "^4.5.13",
  69. "@vue/test-utils": "1.0.0-beta.29",
  70. "autoprefixer": "^9.5.1",
  71. "babel-core": "7.0.0-bridge.0",
  72. "babel-eslint": "10.0.1",
  73. "babel-jest": "^27.1.0",
  74. "babel-plugin-dynamic-import-node": "2.3.0",
  75. "babel-plugin-transform-remove-console": "^6.9.4",
  76. "chalk": "2.4.2",
  77. "chokidar": "^3.5.2",
  78. "connect": "3.6.6",
  79. "eslint": "5.15.3",
  80. "eslint-plugin-vue": "5.2.2",
  81. "html-webpack-plugin": "3.2.0",
  82. "http-proxy-middleware": "^0.19.1",
  83. "husky": "1.3.1",
  84. "lint-staged": "^11.1.2",
  85. "plop": "^2.7.4",
  86. "runjs": "^4.1.3",
  87. "sass": "^1.26.10",
  88. "sass-loader": "^7.1.0",
  89. "script-ext-html-webpack-plugin": "2.1.3",
  90. "script-loader": "0.7.2",
  91. "serve-static": "^1.13.2",
  92. "svg-sprite-loader": "4.1.3",
  93. "svgo": "1.2.0",
  94. "vue-template-compiler": "2.6.10"
  95. },
  96. "engines": {
  97. "node": ">=8.9",
  98. "npm": ">= 3.0.0"
  99. },
  100. "browserslist": [
  101. "> 1%",
  102. "last 2 versions"
  103. ]
  104. }