package.json 2.6 KB

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