package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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,postcss,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.3.6",
  19. "book-ui": "file:../book-ui-0.3.41.tgz",
  20. "core-js": "^3.30.1",
  21. "dayjs": "^1.11.7",
  22. "element-ui": "^2.15.13",
  23. "jquery": "^3.6.4",
  24. "js-base64": "^3.7.5",
  25. "js-cookie": "^3.0.4",
  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.7",
  31. "vue": "^2.7.14",
  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.21.4",
  40. "@babel/eslint-parser": "^7.21.3",
  41. "@rushstack/eslint-patch": "^1.2.0",
  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": "^7.1.0",
  49. "@vue/preload-webpack-plugin": "^2.0.0",
  50. "@vue/test-utils": "^1.3.5",
  51. "babel-jest": "^27.5.1",
  52. "babel-plugin-dynamic-import-node": "^2.3.3",
  53. "compression-webpack-plugin": "^6.1.1",
  54. "eslint": "^7.32.0",
  55. "eslint-plugin-prettier": "^4.2.1",
  56. "eslint-plugin-vue": "^9.11.0",
  57. "html-webpack-plugin": "^5.5.1",
  58. "postcss": "^8.4.23",
  59. "postcss-html": "^1.5.0",
  60. "prettier": "2.8.8",
  61. "sass": "^1.62.0",
  62. "sass-loader": "^10.4.1",
  63. "script-ext-html-webpack-plugin": "^2.1.5",
  64. "stylelint": "^15.6.0",
  65. "stylelint-config-recess-order": "^4.0.0",
  66. "stylelint-config-recommended-scss": "^10.0.0",
  67. "stylelint-config-recommended-vue": "^1.4.0",
  68. "stylelint-config-standard-scss": "^8.0.0",
  69. "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
  70. "stylelint-webpack-plugin": "^4.1.1",
  71. "svg-sprite-loader": "^6.0.11",
  72. "svgo": "^2.8.0",
  73. "vue-demi": "^0.14.0",
  74. "vue-loader": "^15.10.1",
  75. "vue-template-compiler": "^2.7.14"
  76. },
  77. "browserslist": [
  78. "> 1%",
  79. "last 1 versions"
  80. ],
  81. "engines": {
  82. "node": ">= 14",
  83. "npm": ">= 6.0.0"
  84. }
  85. }