package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "dropzone": "5.5.1",
  19. "echarts": "^4.7.0",
  20. "element-ui": "^2.15.9",
  21. "fuse.js": "3.4.4",
  22. "js-audio-recorder": "^1.0.7",
  23. "js-cookie": "2.2.0",
  24. "jsonlint": "1.6.3",
  25. "moment": "^2.29.1",
  26. "normalize.css": "7.0.0",
  27. "nprogress": "0.2.0",
  28. "path-to-regexp": "2.4.0",
  29. "qiniu-js": "^3.1.2",
  30. "querystring": "^0.2.0",
  31. "screenfull": "^4.2.0",
  32. "showdown": "^1.9.1",
  33. "sortablejs": "^1.8.4",
  34. "tracking": "^1.1.3",
  35. "vue": "2.6.10",
  36. "vue-count-to": "1.0.13",
  37. "vue-fullscreen": "^2.1.6",
  38. "vue-pdf": "^4.2.0",
  39. "vue-print-nb": "^1.7.5",
  40. "vue-qr": "^2.3.0",
  41. "vue-router": "3.0.2",
  42. "vue-splitpane": "1.0.4",
  43. "vue-uuid": "^2.0.2",
  44. "vue-visibility-change": "^1.2.1",
  45. "vue-web-cam": "^1.9.0",
  46. "vuedraggable": "2.20.0",
  47. "vuex": "3.1.0",
  48. "xlsx": "https://cdn.sheetjs.com/xlsx-0.18.11/xlsx-0.18.11.tgz"
  49. },
  50. "devDependencies": {
  51. "@babel/core": "7.0.0",
  52. "@babel/register": "7.0.0",
  53. "@vue/cli-plugin-babel": "3.5.3",
  54. "@vue/cli-plugin-eslint": "^3.9.1",
  55. "@vue/cli-service": "^4.2.2",
  56. "autoprefixer": "^9.5.1",
  57. "babel-eslint": "10.0.1",
  58. "babel-jest": "^25.1.0",
  59. "chalk": "2.4.2",
  60. "connect": "3.6.6",
  61. "node-sass": "^6.0.1",
  62. "sass-loader": "^10.0.1",
  63. "script-ext-html-webpack-plugin": "^2.1.5",
  64. "svg-sprite-loader": "4.1.3",
  65. "svgo": "1.2.0",
  66. "video.js": "^7.17.0",
  67. "vue-template-compiler": "2.6.10"
  68. },
  69. "engines": {
  70. "node": ">=8.9",
  71. "npm": ">= 3.0.0"
  72. },
  73. "browserslist": [
  74. "> 1%",
  75. "last 2 versions"
  76. ]
  77. }