package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "eep_page",
  3. "version": "0.0.1",
  4. "private": true,
  5. "main": "main.js",
  6. "description": "智慧梧桐数字教材预览",
  7. "author": "合新软件",
  8. "scripts": {
  9. "dev": "vue-cli-service serve",
  10. "build": "vue-cli-service build",
  11. "lint": "vue-cli-service lint",
  12. "lint:style:fix": "stylelint \"src/**/*.{css,scss,vue}\" --fix",
  13. "lint:fix": "eslint \"src/**/*.{js,vue}\" --fix",
  14. "postinstall": "patch-package"
  15. },
  16. "dependencies": {
  17. "@tinymce/tinymce-vue": "^3.2.8",
  18. "7zip-bin": "^5.2.0",
  19. "axios": "^1.7.2",
  20. "cnchar": "^3.2.6",
  21. "core-js": "^3.47.0",
  22. "dompurify": "^3.1.5",
  23. "element-ui": "^2.15.14",
  24. "hanzi-writer": "^3.7.0",
  25. "jquery": "^3.7.1",
  26. "js-audio-recorder": "^1.0.7",
  27. "mathjax": "^3.2.2",
  28. "md5": "^2.3.0",
  29. "nprogress": "^0.2.0",
  30. "opencc-js": "^1.0.5",
  31. "simple-mind-map": "^0.14.0",
  32. "three": "^0.181.2",
  33. "tinymce": "^5.10.9",
  34. "v-fit-columns": "^0.2.0",
  35. "video.js": "^8.23.7",
  36. "videojs-markers": "^1.0.1",
  37. "vis-data": "^8.0.3",
  38. "vis-network": "^10.0.2",
  39. "vue": "^2.6.14",
  40. "vue-esign": "^1.1.4",
  41. "vue-router": "^3.6.5",
  42. "vue-signature-pad": "^2.0.5",
  43. "vuedraggable": "^2.24.3",
  44. "vuex": "^3.6.2"
  45. },
  46. "devDependencies": {
  47. "@babel/core": "^7.28.5",
  48. "@babel/eslint-parser": "^7.28.5",
  49. "@electron/fuses": "^1.8.0",
  50. "@rushstack/eslint-patch": "^1.15.0",
  51. "@types/md5": "^2.3.6",
  52. "@vue/cli-plugin-babel": "~5.0.9",
  53. "@vue/cli-plugin-eslint": "~5.0.9",
  54. "@vue/cli-service": "~5.0.9",
  55. "@vue/eslint-config-prettier": "^9.0.0",
  56. "@vue/preload-webpack-plugin": "^2.0.0",
  57. "compression-webpack-plugin": "^6.1.2",
  58. "electron": "29.3.2",
  59. "electron-builder": "^24.13.3",
  60. "eslint": "^8.57.1",
  61. "eslint-plugin-prettier": "^5.5.4",
  62. "eslint-plugin-vue": "^9.33.0",
  63. "nodemon": "^3.1.11",
  64. "patch-package": "^8.0.1",
  65. "postcss-html": "^1.8.0",
  66. "prettier": "^3.7.3",
  67. "sass": "^1.94.2",
  68. "sass-loader": "^14.2.1",
  69. "stylelint": "^15.11.0",
  70. "stylelint-config-recess-order": "^4.6.0",
  71. "stylelint-config-recommended-scss": "^14.0.0",
  72. "stylelint-config-recommended-vue": "^1.5.0",
  73. "stylelint-config-standard-scss": "^12.0.0",
  74. "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
  75. "stylelint-webpack-plugin": "^4.1.1",
  76. "svg-sprite-loader": "^6.0.11",
  77. "svgo": "^3.3.2",
  78. "vue-template-compiler": "^2.6.14"
  79. },
  80. "browserslist": [
  81. "> 1%",
  82. "last 2 versions",
  83. "not dead"
  84. ]
  85. }