package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "gyee-exam",
  3. "version": "4.1.5",
  4. "description": "国电多媒体考试培训系统",
  5. "author": "1748218486@qq.com",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "build:demo": "vue-cli-service build --mode demo",
  10. "lint": "eslint --ext .js,.vue src",
  11. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  12. },
  13. "dependencies": {
  14. "axios": "^0.21.1",
  15. "babel-plugin-dynamic-import-node": "^2.3.3",
  16. "clipboard": "^2.0.4",
  17. "cos-js-sdk-v5": "^1.2.16",
  18. "docx-preview": "^0.1.14",
  19. "dropzone": "5.5.1",
  20. "echarts": "^4.7.0",
  21. "element-ui": "^2.15.9",
  22. "fuse.js": "3.4.4",
  23. "js-audio-recorder": "^1.0.7",
  24. "js-cookie": "2.2.0",
  25. "jsonlint": "1.6.3",
  26. "moment": "^2.29.1",
  27. "normalize.css": "7.0.0",
  28. "nprogress": "0.2.0",
  29. "path-to-regexp": "2.4.0",
  30. "qiniu-js": "^3.1.2",
  31. "querystring": "^0.2.0",
  32. "screenfull": "^4.2.0",
  33. "showdown": "^1.9.1",
  34. "sortablejs": "^1.8.4",
  35. "tracking": "^1.1.3",
  36. "vue": "2.6.10",
  37. "vue-count-to": "1.0.13",
  38. "vue-fullscreen": "^2.1.6",
  39. "vue-pdf": "^4.2.0",
  40. "vue-print-nb": "^1.7.5",
  41. "vue-qr": "^2.3.0",
  42. "vue-router": "3.0.2",
  43. "vue-splitpane": "1.0.4",
  44. "vue-uuid": "^2.0.2",
  45. "vue-visibility-change": "^1.2.1",
  46. "vue-web-cam": "^1.9.0",
  47. "vuedraggable": "2.20.0",
  48. "vuex": "3.1.0",
  49. "xlsx": "https://cdn.sheetjs.com/xlsx-0.18.11/xlsx-0.18.11.tgz"
  50. },
  51. "devDependencies": {
  52. "@babel/core": "7.0.0",
  53. "@babel/register": "7.0.0",
  54. "@vue/cli-plugin-babel": "3.5.3",
  55. "@vue/cli-plugin-eslint": "^3.9.1",
  56. "@vue/cli-service": "^4.2.2",
  57. "autoprefixer": "^9.5.1",
  58. "babel-eslint": "10.0.1",
  59. "babel-jest": "^25.1.0",
  60. "chalk": "2.4.2",
  61. "connect": "3.6.6",
  62. "node-sass": "^6.0.1",
  63. "sass-loader": "^10.0.1",
  64. "script-ext-html-webpack-plugin": "^2.1.5",
  65. "svg-sprite-loader": "4.1.3",
  66. "svgo": "1.2.0",
  67. "video.js": "^7.17.0",
  68. "vue-template-compiler": "2.6.10"
  69. },
  70. "engines": {
  71. "node": ">=8.9",
  72. "npm": ">= 3.0.0"
  73. },
  74. "browserslist": [
  75. "> 1%",
  76. "last 2 versions"
  77. ]
  78. }