package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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.23.0",
  20. "core-js": "3.6.5",
  21. "element-ui": "^2.13.2",
  22. "he-tree-vue": "^2.0.10",
  23. "jquery": "^3.6.0",
  24. "js-audio-recorder": "^1.0.7",
  25. "js-base64": "^3.6.1",
  26. "js-cookie": "2.2.0",
  27. "js-md5": "^0.7.3",
  28. "jsplumb": "^2.15.6",
  29. "normalize.css": "7.0.0",
  30. "nprogress": "0.2.0",
  31. "path-to-regexp": "2.4.0",
  32. "seededshuffle": "^0.2.0",
  33. "tinymce": "^5.3.1",
  34. "video.js": "^7.15.4",
  35. "view-design": "^4.5.0",
  36. "vue": "2.6.10",
  37. "vue-element-utils": "^0.2.1",
  38. "vue-esign": "^1.0.5",
  39. "vue-i18n": "^8.24.4",
  40. "vue-pdf": "^4.2.0",
  41. "vue-router": "3.0.6",
  42. "vue-slider-component": "^3.2.14",
  43. "vuedraggable": "^2.24.3",
  44. "vuex": "3.1.0",
  45. "xgplayer": "^2.30.2"
  46. },
  47. "devDependencies": {
  48. "@vue/cli-plugin-babel": "4.4.4",
  49. "@vue/cli-plugin-eslint": "4.4.4",
  50. "@vue/cli-plugin-unit-jest": "4.4.4",
  51. "@vue/cli-service": "4.4.4",
  52. "@vue/test-utils": "1.0.0-beta.29",
  53. "autoprefixer": "9.5.1",
  54. "babel-eslint": "10.1.0",
  55. "babel-jest": "23.6.0",
  56. "babel-plugin-dynamic-import-node": "2.3.3",
  57. "chalk": "2.4.2",
  58. "compression-webpack-plugin": "^6.1.1",
  59. "connect": "3.6.6",
  60. "drag-tree-table": "^2.2.0",
  61. "eslint": "6.7.2",
  62. "eslint-plugin-vue": "6.2.2",
  63. "hanzi-writer": "^3.1.0",
  64. "html-webpack-plugin": "3.2.0",
  65. "mockjs": "^1.0.1-beta3",
  66. "postcss": "^8.2.10",
  67. "postcss-loader": "^5.2.0",
  68. "runjs": "4.3.2",
  69. "sass": "1.26.8",
  70. "sass-loader": "8.0.2",
  71. "script-ext-html-webpack-plugin": "2.1.3",
  72. "serve-static": "1.13.2",
  73. "svg-sprite-loader": "4.1.3",
  74. "svgo": "1.2.2",
  75. "vue-template-compiler": "2.6.10"
  76. },
  77. "browserslist": [
  78. "> 1%",
  79. "last 2 versions"
  80. ],
  81. "engines": {
  82. "node": ">=8.9",
  83. "npm": ">= 3.0.0"
  84. },
  85. "license": "MIT"
  86. }