package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "teacher-train",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint",
  9. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  10. },
  11. "dependencies": {
  12. "@tinymce/tinymce-vue": "^3.2.8",
  13. "axios": "^0.21.4",
  14. "canvg": "3.0.10",
  15. "core-js": "^3.32.2",
  16. "echarts": "^5.4.3",
  17. "element-ui": "^2.15.14",
  18. "emoji-vue": "^0.2.4",
  19. "file-saver": "^2.0.5",
  20. "hanzi-writer": "^3.4.0",
  21. "html-docx-js": "^0.3.1",
  22. "html2canvas": "^1.4.1",
  23. "jquery": "^3.6.0",
  24. "js-base64": "^3.7.5",
  25. "js-cookie": "^2.2.1",
  26. "js-md5": "^0.7.3",
  27. "jspdf": "^2.5.1",
  28. "nprogress": "^0.2.0",
  29. "opencc-js": "^1.0.5",
  30. "script-loader": "^0.7.2",
  31. "tinymce": "^5.10.7",
  32. "tui-color-picker": "^2.2.8",
  33. "tui-image-editor": "^3.15.3",
  34. "vue": "^2.6.14",
  35. "vue-i18n": "^8.28.2",
  36. "vue-pdf": "^4.3.0",
  37. "vue-router": "^3.6.5",
  38. "vuex": "^3.6.2",
  39. "xlsx": "^0.17.5",
  40. "ztree": "^3.5.24"
  41. },
  42. "devDependencies": {
  43. "@babel/core": "^7.22.20",
  44. "@babel/eslint-parser": "^7.22.15",
  45. "@rushstack/eslint-patch": "^1.4.0",
  46. "@vue/cli-plugin-babel": "~4.5.19",
  47. "@vue/cli-plugin-eslint": "~4.5.19",
  48. "@vue/cli-plugin-router": "~4.5.19",
  49. "@vue/cli-plugin-vuex": "~4.5.19",
  50. "@vue/cli-service": "~4.5.19",
  51. "@vue/eslint-config-prettier": "^8.0.0",
  52. "@vue/preload-webpack-plugin": "^2.0.0",
  53. "compression-webpack-plugin": "^6.1.1",
  54. "eslint": "^8.50.0",
  55. "eslint-plugin-prettier": "^5.0.0",
  56. "eslint-plugin-vue": "^9.17.0",
  57. "prettier": "3.0.3",
  58. "sass": "^1.68.0",
  59. "sass-loader": "^10.4.1",
  60. "postcss": "^8.4.24",
  61. "postcss-html": "^1.5.0",
  62. "script-ext-html-webpack-plugin": "^2.1.5",
  63. "stylelint": "^15.10.3",
  64. "stylelint-config-recess-order": "^4.3.0",
  65. "stylelint-config-recommended-scss": "^13.0.0",
  66. "stylelint-config-recommended-vue": "^1.5.0",
  67. "stylelint-config-standard-scss": "^11.0.0",
  68. "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
  69. "stylelint-webpack-plugin": "^4.1.1",
  70. "svg-sprite-loader": "^6.0.11",
  71. "svgo": "3.0.2",
  72. "vue-template-compiler": "^2.6.14"
  73. },
  74. "browserslist": [
  75. "> 1%",
  76. "last 2 versions",
  77. "not dead"
  78. ]
  79. }