feat: update vue 3.0
This commit is contained in:
20
package.json
20
package.json
@ -9,9 +9,7 @@
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"pinia": "^2.0.28",
|
||||
"vue": "^3.2.45",
|
||||
"vue-router": "^4.1.6",
|
||||
"@element-plus/icons-vue": "^2.0.10",
|
||||
"@riophae/vue-treeselect": "0.4.0",
|
||||
"axios": "0.18.1",
|
||||
"clipboard": "2.0.4",
|
||||
@ -20,7 +18,7 @@
|
||||
"echarts": "4.2.1",
|
||||
"echarts-gl": "^1.1.1",
|
||||
"echarts-wordcloud": "^1.1.3",
|
||||
"element-ui": "^2.2.28",
|
||||
"element-plus": "^2.2.28",
|
||||
"file-saver": "1.3.8",
|
||||
"fuse.js": "3.4.4",
|
||||
"js-beautify": "^1.10.2",
|
||||
@ -30,18 +28,22 @@
|
||||
"mavon-editor": "^2.7.0",
|
||||
"normalize.css": "7.0.0",
|
||||
"nprogress": "0.2.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"path-to-regexp": "2.4.0",
|
||||
"pinia": "^2.0.28",
|
||||
"qs": "^6.9.1",
|
||||
"screenfull": "4.2.0",
|
||||
"sortablejs": "1.8.4",
|
||||
"vue-quill-editor": "^3.0.6",
|
||||
"vue": "^3.2.45",
|
||||
"vue-count-to": "1.0.13",
|
||||
"vue-cropper": "0.4.9",
|
||||
"vue-highlightjs": "^1.3.3",
|
||||
"vue-quill-editor": "^3.0.6",
|
||||
"vue-router": "^4.1.6",
|
||||
"vue-splitpane": "1.0.4",
|
||||
"vue-ueditor-wrap": "^2.4.1",
|
||||
"vuedraggable": "2.20.0",
|
||||
"vuex": "3.1.0",
|
||||
"vuedraggable": "2.24.3",
|
||||
"vuex": "4.1.0",
|
||||
"wangeditor": ">=3.0.0",
|
||||
"xlsx": "^0.11.16"
|
||||
},
|
||||
@ -53,13 +55,13 @@
|
||||
"eslint": "^8.22.0",
|
||||
"eslint-plugin-vue": "^9.3.0",
|
||||
"prettier": "^2.7.1",
|
||||
"vite": "^4.0.0",
|
||||
"sass": "^1.57.1",
|
||||
"sass-loader": "^8.0.2",
|
||||
"sass-resources-loader": "^2.0.0",
|
||||
"stylus": "^0.54.7",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"svg-sprite-loader": "4.1.3",
|
||||
"svgo": "1.2.0"
|
||||
"svgo": "1.2.0",
|
||||
"vite": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user