{ "name": "gcls_sys_learn_web", "version": "0.1.0", "description": "全球中文学习系统 教学系统 Web端", "scripts": { "serve": "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 **/*.{html,vue,css,sass,scss,less}" }, "dependencies": { "ailp-book-question-ui": "file:../ailp-book-question-ui-0.1.1.tgz", "awe-dnd": "^0.3.4", "axios": "^0.24.0", "book-ui": "file:../book-ui-0.2.14.tgz", "core-js": "^3.20.3", "dayjs": "^1.10.7", "element-ui": "^2.15.6", "gcls-book-question-ui": "file:../gcls-book-question-ui-0.1.0.tgz", "jquery": "^3.6.0", "js-cookie": "^3.0.1", "jsplumb": "^2.15.6", "normalize.css": "^8.0.1", "nprogress": "^0.2.0", "vue": "^2.6.14", "vue-i18n": "^8.26.8", "vue-pdf": "^4.3.0", "vue-router": "^3.5.3", "vue-video-player": "^5.0.2", "vuex": "^3.6.2" }, "devDependencies": { "@babel/core": "^7.16.7", "@babel/eslint-parser": "^7.16.5", "@babel/preset-env": "^7.16.8", "@rushstack/eslint-patch": "^1.1.0", "@vue/cli-plugin-babel": "~4.5.15", "@vue/cli-plugin-eslint": "~4.5.15", "@vue/cli-plugin-router": "~4.5.15", "@vue/cli-plugin-unit-jest": "^4.5.15", "@vue/cli-plugin-vuex": "~4.5.15", "@vue/cli-service": "~4.5.15", "@vue/eslint-config-prettier": "^7.0.0", "@vue/test-utils": "^1.3.0", "babel-jest": "^27.4.6", "babel-loader": "^8.2.3", "babel-plugin-dynamic-import-node": "^2.3.3", "compression-webpack-plugin": "^6.1.1", "eslint": "^7.32.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.3.0", "html-webpack-plugin": "^5.3.1", "postcss": "^8.4.5", "postcss-html": "^1.3.0", "prettier": "2.5.1", "sass": "^1.48.0", "sass-loader": "^10.2.0", "script-ext-html-webpack-plugin": "^2.1.5", "stylelint": "^14.0.1", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "^3.0.0", "stylelint-config-recommended-vue": "^1.1.0", "stylelint-config-sass-guidelines": "^9.0.1", "stylelint-config-standard-scss": "^3.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.5.0", "stylelint-webpack-plugin": "^3.1.0", "svg-sprite-loader": "^6.0.11", "svgo": "^2.8.0", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.14" }, "browserslist": [ "> 1%", "last 1 versions" ], "engines": { "node": ">=8.9", "npm": ">= 3.0.0" } }