package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "vue-admin-template",
  3. "version": "4.4.0",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "build:stage": "vue-cli-service build --mode staging",
  10. "preview": "node build/index.js --preview",
  11. "svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit"
  15. },
  16. "dependencies": {
  17. "@riophae/vue-treeselect": "^0.4.0",
  18. "animate.css": "^4.1.1",
  19. "axios": "^0.21.4",
  20. "core-js": "3.6.5",
  21. "dayjs": "^1.10.6",
  22. "echarts": "^5.1.2",
  23. "element-ui": "^2.15.11",
  24. "fuse.js": "^6.4.6",
  25. "js-cookie": "2.2.0",
  26. "lodash": "^4.17.21",
  27. "maptalks": "^0.49.5",
  28. "mqtt": "^4.3.6",
  29. "normalize.css": "7.0.0",
  30. "nprogress": "0.2.0",
  31. "path-to-regexp": "2.4.0",
  32. "pinyin": "^2.10.2",
  33. "qs": "^6.10.1",
  34. "screenfull": "^5.1.0",
  35. "store": "^2.0.12",
  36. "vue": "2.6.14",
  37. "vue-awesome-swiper": "^3.1.3",
  38. "vue-echarts": "^6.0.0-rc.6",
  39. "vue-highlightjs": "^1.3.3",
  40. "vue-image-crop-upload": "^3.0.3",
  41. "vue-router": "3.0.6",
  42. "vuex": "3.1.0"
  43. },
  44. "devDependencies": {
  45. "@vue/cli-plugin-babel": "4.4.4",
  46. "@vue/cli-plugin-eslint": "4.4.4",
  47. "@vue/cli-plugin-unit-jest": "4.4.4",
  48. "@vue/cli-service": "4.4.4",
  49. "@vue/composition-api": "^1.0.0-rc.12",
  50. "@vue/test-utils": "1.0.0-beta.29",
  51. "autoprefixer": "9.5.1",
  52. "babel-eslint": "10.1.0",
  53. "babel-jest": "23.6.0",
  54. "babel-plugin-dynamic-import-node": "2.3.3",
  55. "chalk": "2.4.2",
  56. "clean-webpack-plugin": "^4.0.0",
  57. "connect": "3.6.6",
  58. "eslint": "6.7.2",
  59. "eslint-plugin-vue": "6.2.2",
  60. "hard-source-webpack-plugin": "^0.13.1",
  61. "html-webpack-plugin": "3.2.0",
  62. "mockjs": "1.0.1-beta3",
  63. "mockserver-grunt": "^1.0.44",
  64. "runjs": "4.3.2",
  65. "sass": "1.26.8",
  66. "sass-loader": "8.0.2",
  67. "script-ext-html-webpack-plugin": "2.1.3",
  68. "serve-static": "1.13.2",
  69. "svg-sprite-loader": "4.1.3",
  70. "svgo": "1.2.2",
  71. "vue-template-compiler": "2.6.14"
  72. },
  73. "browserslist": [
  74. "> 1%",
  75. "last 2 versions"
  76. ],
  77. "engines": {
  78. "node": ">=8.9",
  79. "npm": ">= 3.0.0"
  80. },
  81. "license": "MIT"
  82. }