package.json 2.4 KB

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