package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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 **/*.{html,vue,css,sass,scss,less}"
  14. },
  15. "dependencies": {
  16. "@tinymce/tinymce-vue": "^3.2.8",
  17. "ailp-book-question-ui": "file:../ailp-book-question-ui-0.1.1.tgz",
  18. "awe-dnd": "^0.3.4",
  19. "axios": "^0.27.2",
  20. "book-ui": "file:../book-ui-0.3.24.tgz",
  21. "core-js": "^3.27.1",
  22. "dayjs": "^1.11.7",
  23. "element-ui": "^2.15.12",
  24. "gcls-book-question-ui": "file:../gcls-book-question-ui-0.1.0.tgz",
  25. "jquery": "^3.6.3",
  26. "js-base64": "^3.7.4",
  27. "js-cookie": "^3.0.1",
  28. "jsplumb": "^2.15.6",
  29. "md5": "^2.3.0",
  30. "normalize.css": "^8.0.1",
  31. "nprogress": "^0.2.0",
  32. "tinymce": "^5.10.7",
  33. "vue": "^2.7.14",
  34. "vue-i18n": "^8.28.2",
  35. "vue-pdf": "^4.3.0",
  36. "vue-router": "^3.6.5",
  37. "vue-video-player": "^5.0.2",
  38. "vuex": "^3.6.2"
  39. },
  40. "devDependencies": {
  41. "@babel/core": "^7.20.12",
  42. "@babel/eslint-parser": "^7.19.1",
  43. "@rushstack/eslint-patch": "^1.2.0",
  44. "@vue/cli-plugin-babel": "~5.0.8",
  45. "@vue/cli-plugin-eslint": "~5.0.8",
  46. "@vue/cli-plugin-router": "~5.0.8",
  47. "@vue/cli-plugin-unit-jest": "^5.0.8",
  48. "@vue/cli-plugin-vuex": "~5.0.8",
  49. "@vue/cli-service": "~5.0.8",
  50. "@vue/eslint-config-prettier": "^7.0.0",
  51. "@vue/preload-webpack-plugin": "^2.0.0",
  52. "@vue/test-utils": "^1.3.3",
  53. "babel-jest": "^27.5.1",
  54. "babel-plugin-dynamic-import-node": "^2.3.3",
  55. "compression-webpack-plugin": "^6.1.1",
  56. "eslint": "^7.32.0",
  57. "eslint-plugin-prettier": "^4.2.1",
  58. "eslint-plugin-vue": "^9.8.0",
  59. "html-webpack-plugin": "^5.5.0",
  60. "postcss": "^8.4.21",
  61. "postcss-html": "^1.5.0",
  62. "prettier": "2.8.2",
  63. "sass": "^1.57.1",
  64. "sass-loader": "^10.4.1",
  65. "script-ext-html-webpack-plugin": "^2.1.5",
  66. "stylelint": "^14.16.1",
  67. "stylelint-config-prettier": "^9.0.4",
  68. "stylelint-config-recess-order": "^3.1.0",
  69. "stylelint-config-recommended-vue": "^1.4.0",
  70. "stylelint-config-standard-scss": "^6.1.0",
  71. "stylelint-declaration-block-no-ignored-properties": "^2.6.0",
  72. "stylelint-webpack-plugin": "^3.3.0",
  73. "svg-sprite-loader": "^6.0.11",
  74. "svgo": "^2.8.0",
  75. "vue-loader": "^15.10.1",
  76. "vue-template-compiler": "^2.7.14",
  77. "vue-demi": "^0.13.11"
  78. },
  79. "browserslist": [
  80. "> 1%",
  81. "last 1 versions"
  82. ],
  83. "engines": {
  84. "node": ">= 14",
  85. "npm": ">= 3.0.0"
  86. }
  87. }