12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "teacher-train",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint",
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
- },
- "dependencies": {
- "@tinymce/tinymce-vue": "^3.2.8",
- "axios": "^0.21.4",
- "canvg": "3.0.10",
- "cnchar": "^3.2.5",
- "cnchar-radical": "^3.2.5",
- "core-js": "^3.32.2",
- "echarts": "^5.4.3",
- "element-ui": "^2.15.14",
- "emoji-vue": "^0.2.4",
- "file-saver": "^2.0.5",
- "hanzi-writer": "^3.4.0",
- "html-docx-js": "^0.3.1",
- "html2canvas": "^1.4.1",
- "jquery": "^3.6.0",
- "js-base64": "^3.7.5",
- "js-cookie": "^2.2.1",
- "js-md5": "^0.7.3",
- "jspdf": "^2.5.1",
- "nprogress": "^0.2.0",
- "opencc-js": "^1.0.5",
- "pinyin-pro": "^3.18.4",
- "script-loader": "^0.7.2",
- "tinymce": "^5.10.7",
- "tui-color-picker": "^2.2.8",
- "tui-image-editor": "^3.15.3",
- "vue": "^2.6.14",
- "vue-i18n": "^8.28.2",
- "vue-pdf": "^4.3.0",
- "vue-router": "^3.6.5",
- "vuex": "^3.6.2",
- "xlsx": "^0.17.5",
- "ztree": "^3.5.24"
- },
- "devDependencies": {
- "@babel/core": "^7.22.20",
- "@babel/eslint-parser": "^7.22.15",
- "@rushstack/eslint-patch": "^1.4.0",
- "@vue/cli-plugin-babel": "~4.5.19",
- "@vue/cli-plugin-eslint": "~4.5.19",
- "@vue/cli-plugin-router": "~4.5.19",
- "@vue/cli-plugin-vuex": "~4.5.19",
- "@vue/cli-service": "~4.5.19",
- "@vue/eslint-config-prettier": "^8.0.0",
- "@vue/preload-webpack-plugin": "^2.0.0",
- "compression-webpack-plugin": "^6.1.1",
- "eslint": "^8.50.0",
- "eslint-plugin-prettier": "^5.0.0",
- "eslint-plugin-vue": "^9.17.0",
- "prettier": "3.0.3",
- "sass": "^1.68.0",
- "sass-loader": "^10.4.1",
- "postcss": "^8.4.24",
- "postcss-html": "^1.5.0",
- "script-ext-html-webpack-plugin": "^2.1.5",
- "stylelint": "^15.10.3",
- "stylelint-config-recess-order": "^4.3.0",
- "stylelint-config-recommended-scss": "^13.0.0",
- "stylelint-config-recommended-vue": "^1.5.0",
- "stylelint-config-standard-scss": "^11.0.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.2",
- "vue-template-compiler": "^2.6.14"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|