Commit 050f3dec authored by 赵啸非's avatar 赵啸非

添加前端打包文件

parent d0615534
Pipeline #2513 canceled with stages
{ {
"name": "app", "name": "write-doc-manage",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
"build": "vue-cli-service build", "serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"test": "vue-cli-service build --mode test", "test": "vue-cli-service build --mode test",
"lint": "vue-cli-service lint",
"stage": "vue-cli-service build --mode stage", "stage": "vue-cli-service build --mode stage",
"build:prod": "vue-cli-service build --model prod" "build:prod": "vue-cli-service build --model prod"
}, },
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.2.0", "@babel/parser": "^7.7.4",
"@chenfengyuan/vue-qrcode": "^1.0.2", "axios": "^0.27.2",
"@riophae/vue-treeselect": "0.4.0", "beautifier": "^0.1.7",
"@vue/babel-preset-app": "^4.5.13", "clipboard": "^2.0.4",
"@xunlei/vue-context-menu": "^1.0.2", "core-js": "^3.8.3",
"axios": "^0.18.0", "css-loader": "^3.5.3",
"core-js": "3.8.1", "element-china-area-data": "^5.0.2",
"echarts": "^4.9.0", "element-ui": "^2.15.10",
"element-ui": "^2.15.5", "file-saver": "^2.0.2",
"file-saver": "2.0.4", "moment": "^2.29.4",
"fuse.js": "6.4.3", "npm": "^6.13.7",
"js-cookie": "2.2.1", "voca": "^1.4.0",
"jsencrypt": "3.0.0-rc.1",
"json-bigint": "^0.3.0",
"muse-ui": "^3.0.2",
"nprogress": "^0.2.0",
"quill": "1.3.7",
"screenfull": "5.0.2",
"sockjs-client": "^1.5.1",
"v-charts": "^1.17.10",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-amap": "^0.5.10", "vue-barcode": "^1.3.0",
"vue-clipboard2": "^0.3.3", "vue-codemirror": "^4.0.6",
"vue-count-to": "1.0.13", "vue-quill-editor": "^3.0.6",
"vue-cropper": "0.5.5", "vue-router": "^3.5.1",
"vue-router": "3.4.9", "vuedraggable": "^2.24.3",
"vue2-org-tree": "^1.3.5", "vuex": "^3.6.2"
"vuex": "3.6.0"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "4.4.6", "@babel/core": "^7.12.16",
"@vue/cli-plugin-eslint": "4.4.6", "@babel/eslint-parser": "^7.12.16",
"@vue/cli-service": "4.4.6", "@vue/cli-plugin-babel": "~5.0.0",
"babel-eslint": "10.1.0", "@vue/cli-plugin-eslint": "~5.0.0",
"chalk": "4.1.0", "@vue/cli-plugin-router": "~5.0.0",
"connect": "3.6.6", "@vue/cli-plugin-vuex": "~5.0.0",
"eslint": "7.15.0", "@vue/cli-service": "~5.0.0",
"eslint-plugin-vue": "7.2.0", "eslint": "^7.32.0",
"less": "^3.0.4", "eslint-plugin-vue": "^8.0.3",
"less-loader": "^4.1.0", "filemanager-webpack-plugin": "^8.0.0",
"lint-staged": "10.5.3", "less": "^4.0.0",
"node-sass": "^5.0.0", "less-loader": "^8.0.0",
"runjs": "4.4.2", "svg-sprite-loader": "^4.1.6",
"sass": "1.32.0", "vue-template-compiler": "^2.6.14"
"sass-loader": "^10.1.0", }
"script-ext-html-webpack-plugin": "2.1.5",
"svg-sprite-loader": "5.1.1",
"vue-formatter": "^0.0.8",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment