1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "name": "gcls_sys_learn_web",
- "version": "0.1.0",
- "description": "全球中文学习系统 教学系统 Web端",
- "scripts": {
- "dev": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "build:stage": "vue-cli-service build --mode staging",
- "build:report": "vue-cli-service build --report",
- "svgo": "svgo -f src/icons/svg",
- "test:unit": "jest --clearCache && vue-cli-service test:unit",
- "lint": "eslint --ext .js,.vue src",
- "lint:css": "stylelint --cache --fix \"src/**/*.{vue,less,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/"
- },
- "dependencies": {
- "@tinymce/tinymce-vue": "^3.2.8",
- "awe-dnd": "^0.3.4",
- "axios": "^1.6.8",
- "book-ui": "file:../book-ui-0.3.130.tgz",
- "core-js": "^3.36.1",
- "dayjs": "^1.11.10",
- "element-ui": "^2.15.14",
- "jquery": "^3.7.1",
- "js-base64": "^3.7.7",
- "js-cookie": "^3.0.5",
- "jsplumb": "^2.15.6",
- "md5": "^2.3.0",
- "normalize.css": "^8.0.1",
- "nprogress": "^0.2.0",
- "tinymce": "^5.10.9",
- "vue": "^2.7.15",
- "vue-i18n": "^8.28.2",
- "vue-pdf": "^4.3.0",
- "vue-router": "^3.6.5",
- "vue-video-player": "^5.0.2",
- "vuex": "^3.6.2"
- },
- "devDependencies": {
- "@babel/core": "^7.24.0",
- "@babel/eslint-parser": "^7.23.10",
- "@rushstack/eslint-patch": "^1.7.2",
- "@vue/cli-plugin-babel": "~5.0.8",
- "@vue/cli-plugin-eslint": "~5.0.8",
- "@vue/cli-plugin-router": "~5.0.8",
- "@vue/cli-plugin-unit-jest": "^5.0.8",
- "@vue/cli-plugin-vuex": "~5.0.8",
- "@vue/cli-service": "~5.0.8",
- "@vue/eslint-config-prettier": "^9.0.0",
- "@vue/preload-webpack-plugin": "^2.0.0",
- "@vue/test-utils": "^1.3.6",
- "babel-jest": "^27.5.1",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "compression-webpack-plugin": "^6.1.1",
- "copy-webpack-plugin": "^11.0.0",
- "eslint": "^7.32.0",
- "eslint-plugin-prettier": "^5.1.3",
- "eslint-plugin-vue": "^9.23.0",
- "html-webpack-plugin": "^5.6.0",
- "postcss": "^8.4.36",
- "postcss-html": "^1.6.0",
- "prettier": "3.2.5",
- "sass": "^1.72.0",
- "sass-loader": "^13.3.3",
- "script-ext-html-webpack-plugin": "^2.1.5",
- "stylelint": "^15.11.0",
- "stylelint-config-recess-order": "^4.6.0",
- "stylelint-config-recommended-scss": "^13.1.0",
- "stylelint-config-recommended-vue": "^1.5.0",
- "stylelint-config-standard-scss": "^11.1.0",
- "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
- "stylelint-webpack-plugin": "^4.1.1",
- "svg-sprite-loader": "^6.0.11",
- "svgo": "^3.0.4",
- "vue-demi": "^0.14.6",
- "vue-loader": "^15.11.1",
- "vue-template-compiler": "^2.7.15"
- },
- "browserslist": [
- "> 1%",
- "last 1 versions"
- ],
- "engines": {
- "node": ">= 14",
- "npm": ">= 6.0.0"
- }
- }
|