package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 --mode sit",
  9. "build:prod": "vue-cli-service build --mode prod",
  10. "build:preview": "vue-cli-service build --mode preview",
  11. "build:report": "vue-cli-service build --report",
  12. "lint": "vue-cli-service lint",
  13. "clean:lib": "rimraf node_modules",
  14. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  15. },
  16. "dependencies": {
  17. "@amap/amap-jsapi-loader": "^1.0.1",
  18. "@ant-design/colors": "^6.0.0",
  19. "@babel/core": "^7.18.13",
  20. "axios": "^0.27.2",
  21. "core-js": "^3.25.0",
  22. "cropperjs": "^1.5.13",
  23. "ele-admin": "^1.11.2",
  24. "element-ui": "2.15.7",
  25. "github-markdown-css": "^5.1.0",
  26. "json-bigint": "^1.0.0",
  27. "nprogress": "^0.2.0",
  28. "qiankun": "^2.10.8",
  29. "sortablejs": "^1.15.0",
  30. "vue": "^2.7.10",
  31. "vue-i18n": "^8.27.2",
  32. "vue-router": "^3.6.4",
  33. "vuedraggable": "^2.24.3",
  34. "vuex": "^3.6.2",
  35. "vuex-persistedstate": "^4.1.0",
  36. "xgplayer-vue": "^1.1.5",
  37. "xlsx": "^0.18.5"
  38. },
  39. "devDependencies": {
  40. "@vue/cli-plugin-babel": "^5.0.8",
  41. "@vue/cli-plugin-eslint": "^5.0.8",
  42. "@vue/cli-plugin-router": "^5.0.8",
  43. "@vue/cli-plugin-vuex": "^5.0.8",
  44. "@vue/cli-service": "^5.0.8",
  45. "compression-webpack-plugin": "^9.2.0",
  46. "eslint": "^8.23.0",
  47. "eslint-config-prettier": "^8.5.0",
  48. "eslint-plugin-prettier": "^4.2.1",
  49. "eslint-plugin-vue": "^9.4.0",
  50. "prettier": "^2.7.1",
  51. "sass": "^1.54.8",
  52. "sass-loader": "^13.0.2",
  53. "vue-eslint-parser": "^9.0.3",
  54. "vue-template-compiler": "^2.7.10",
  55. "webpack": "^5.74.0"
  56. }
  57. }