package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "ele-admin-template",
  3. "version": "1.11.2",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "build:preview": "vue-cli-service build --mode preview",
  10. "build:report": "vue-cli-service build --report",
  11. "lint": "vue-cli-service lint",
  12. "clean:lib": "rimraf node_modules",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  14. },
  15. "dependencies": {
  16. "@amap/amap-jsapi-loader": "^1.0.1",
  17. "@ant-design/colors": "^6.0.0",
  18. "@babel/core": "^7.18.13",
  19. "@bytemd/plugin-gfm": "^1.17.2",
  20. "@bytemd/vue": "^1.17.2",
  21. "axios": "^0.27.2",
  22. "bpmn-js": "^7.2.1",
  23. "bpmn-js-properties-panel": "^0.34.0",
  24. "bpmn-moddle": "^6.0.7",
  25. "bytemd": "^1.17.2",
  26. "core-js": "^3.25.0",
  27. "countup.js": "^2.3.2",
  28. "cropperjs": "^1.5.12",
  29. "echarts": "^5.3.3",
  30. "echarts-wordcloud": "^2.0.0",
  31. "ele-admin": "^1.11.2",
  32. "element-ui": "2.15.7",
  33. "github-markdown-css": "^5.1.0",
  34. "jsbarcode": "^3.11.5",
  35. "json-bigint": "^1.0.0",
  36. "nprogress": "^0.2.0",
  37. "tinymce": "^5.10.5",
  38. "vue": "^2.7.10",
  39. "vue-clipboard2": "^0.3.3",
  40. "vue-countup-v2": "^4.0.0",
  41. "vue-echarts": "^6.2.3",
  42. "vue-i18n": "^8.27.2",
  43. "vue-router": "^3.6.4",
  44. "vue2-ace-editor": "0.0.15",
  45. "vuedraggable": "^2.24.3",
  46. "vuex": "^3.6.2",
  47. "vuex-persistedstate": "^4.1.0",
  48. "xgplayer-vue": "^1.1.5",
  49. "xlsx": "^0.18.5"
  50. },
  51. "devDependencies": {
  52. "@vue/cli-plugin-babel": "^5.0.8",
  53. "@vue/cli-plugin-eslint": "^5.0.8",
  54. "@vue/cli-plugin-router": "^5.0.8",
  55. "@vue/cli-plugin-vuex": "^5.0.8",
  56. "@vue/cli-service": "^5.0.8",
  57. "compression-webpack-plugin": "^9.2.0",
  58. "eslint": "^8.23.0",
  59. "eslint-config-prettier": "^8.5.0",
  60. "eslint-plugin-prettier": "^4.2.1",
  61. "eslint-plugin-vue": "^9.4.0",
  62. "prettier": "^2.7.1",
  63. "sass": "^1.54.8",
  64. "sass-loader": "^13.0.2",
  65. "svg-sprite-loader": "^6.0.11",
  66. "svgo": "^1.2.2",
  67. "vue-eslint-parser": "^9.0.3",
  68. "vue-template-compiler": "^2.7.10",
  69. "webpack": "^5.74.0"
  70. }
  71. }