package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "name": "gcls_sys_learn_web",
  3. "version": "0.1.0",
  4. "description": "全球中文学习系统 教学系统 Web端",
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "build:stage": "vue-cli-service build --mode staging",
  9. "build:report": "vue-cli-service build --report",
  10. "svgo": "svgo -f src/icons/svg",
  11. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  12. "lint": "eslint --ext .js,.vue src",
  13. "lint:css": "stylelint --cache --fix \"src/**/*.{vue,less,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/"
  14. },
  15. "dependencies": {
  16. "@tinymce/tinymce-vue": "^3.2.8",
  17. "awe-dnd": "^0.3.4",
  18. "axios": "^1.6.8",
  19. "book-ui": "file:../book-ui-0.3.130.tgz",
  20. "core-js": "^3.36.1",
  21. "dayjs": "^1.11.10",
  22. "element-ui": "^2.15.14",
  23. "jquery": "^3.7.1",
  24. "js-base64": "^3.7.7",
  25. "js-cookie": "^3.0.5",
  26. "jsplumb": "^2.15.6",
  27. "md5": "^2.3.0",
  28. "normalize.css": "^8.0.1",
  29. "nprogress": "^0.2.0",
  30. "tinymce": "^5.10.9",
  31. "vue": "^2.7.15",
  32. "vue-i18n": "^8.28.2",
  33. "vue-pdf": "^4.3.0",
  34. "vue-router": "^3.6.5",
  35. "vue-video-player": "^5.0.2",
  36. "vuex": "^3.6.2"
  37. },
  38. "devDependencies": {
  39. "@babel/core": "^7.24.0",
  40. "@babel/eslint-parser": "^7.23.10",
  41. "@rushstack/eslint-patch": "^1.7.2",
  42. "@vue/cli-plugin-babel": "~5.0.8",
  43. "@vue/cli-plugin-eslint": "~5.0.8",
  44. "@vue/cli-plugin-router": "~5.0.8",
  45. "@vue/cli-plugin-unit-jest": "^5.0.8",
  46. "@vue/cli-plugin-vuex": "~5.0.8",
  47. "@vue/cli-service": "~5.0.8",
  48. "@vue/eslint-config-prettier": "^9.0.0",
  49. "@vue/preload-webpack-plugin": "^2.0.0",
  50. "@vue/test-utils": "^1.3.6",
  51. "babel-jest": "^27.5.1",
  52. "babel-plugin-dynamic-import-node": "^2.3.3",
  53. "compression-webpack-plugin": "^6.1.1",
  54. "copy-webpack-plugin": "^11.0.0",
  55. "eslint": "^7.32.0",
  56. "eslint-plugin-prettier": "^5.1.3",
  57. "eslint-plugin-vue": "^9.23.0",
  58. "html-webpack-plugin": "^5.6.0",
  59. "postcss": "^8.4.36",
  60. "postcss-html": "^1.6.0",
  61. "prettier": "3.2.5",
  62. "sass": "^1.72.0",
  63. "sass-loader": "^13.3.3",
  64. "script-ext-html-webpack-plugin": "^2.1.5",
  65. "stylelint": "^15.11.0",
  66. "stylelint-config-recess-order": "^4.6.0",
  67. "stylelint-config-recommended-scss": "^13.1.0",
  68. "stylelint-config-recommended-vue": "^1.5.0",
  69. "stylelint-config-standard-scss": "^11.1.0",
  70. "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
  71. "stylelint-webpack-plugin": "^4.1.1",
  72. "svg-sprite-loader": "^6.0.11",
  73. "svgo": "^3.0.4",
  74. "vue-demi": "^0.14.6",
  75. "vue-loader": "^15.11.1",
  76. "vue-template-compiler": "^2.7.15"
  77. },
  78. "browserslist": [
  79. "> 1%",
  80. "last 1 versions"
  81. ],
  82. "engines": {
  83. "node": ">= 14",
  84. "npm": ">= 6.0.0"
  85. }
  86. }