package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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/icons/svg --config=src/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. "@tinymce/tinymce-vue": "^3.2.2",
  18. "awe-dnd": "^0.3.4",
  19. "axios": "0.18.1",
  20. "core-js": "3.6.5",
  21. "echarts": "^5.4.3",
  22. "element-china-area-data": "^6.0.2",
  23. "element-ui": "^2.13.2",
  24. "he-tree-vue": "^2.0.10",
  25. "jquery": "^3.7.0",
  26. "js-audio-recorder": "^1.0.7",
  27. "js-base64": "^3.6.1",
  28. "js-cookie": "2.2.0",
  29. "js-md5": "^0.7.3",
  30. "normalize.css": "7.0.0",
  31. "nprogress": "^0.2.0",
  32. "path-to-regexp": "2.4.0",
  33. "tinymce": "^5.3.1",
  34. "view-design": "^4.5.0",
  35. "vue": "^2.7.14",
  36. "vue-element-utils": "^0.2.1",
  37. "vue-i18n": "^8.27.1",
  38. "vue-image-crop-upload": "^3.0.3",
  39. "vue-router": "3.0.6",
  40. "vue-slider-component": "^3.2.14",
  41. "vuedraggable": "^2.24.3",
  42. "vuex": "3.1.0",
  43. "web-highlighter": "^0.7.4",
  44. "xgplayer": "^3.0.0-next.56"
  45. },
  46. "devDependencies": {
  47. "@vue/cli-plugin-babel": "4.4.4",
  48. "@vue/cli-plugin-eslint": "4.4.4",
  49. "@vue/cli-plugin-unit-jest": "4.4.4",
  50. "@vue/cli-service": "4.4.4",
  51. "@vue/test-utils": "1.0.0-beta.29",
  52. "autoprefixer": "9.5.1",
  53. "babel-eslint": "10.1.0",
  54. "babel-jest": "23.6.0",
  55. "babel-plugin-dynamic-import-node": "2.3.3",
  56. "chalk": "2.4.2",
  57. "compression-webpack-plugin": "^6.1.1",
  58. "connect": "3.6.6",
  59. "eslint": "6.7.2",
  60. "eslint-plugin-vue": "6.2.2",
  61. "html-webpack-plugin": "3.2.0",
  62. "mockjs": "^1.0.1-beta3",
  63. "postcss": "^8.2.10",
  64. "postcss-loader": "^5.2.0",
  65. "runjs": "4.3.2",
  66. "sass": "1.26.8",
  67. "sass-loader": "8.0.2",
  68. "script-ext-html-webpack-plugin": "2.1.3",
  69. "serve-static": "1.13.2",
  70. "svg-sprite-loader": "4.1.3",
  71. "svgo": "1.2.2",
  72. "vue-template-compiler": "2.7.14"
  73. },
  74. "browserslist": [
  75. "> 1%",
  76. "last 2 versions"
  77. ],
  78. "engines": {
  79. "node": ">=8.9",
  80. "npm": ">= 3.0.0"
  81. },
  82. "license": "MIT"
  83. }