feat(package.json): 添加wangEditor和vue插件依赖

This commit is contained in:
郝先瑞
2022-01-08 18:38:14 +08:00
parent 6f3efb13ff
commit c159e088cf

View File

@@ -8,7 +8,8 @@
}, },
"dependencies": { "dependencies": {
"@element-plus/icons": "0.0.11", "@element-plus/icons": "0.0.11",
"@tinymce/tinymce-vue": "^4.0.5", "@wangeditor/editor": "^0.13.6",
"@wangeditor/editor-for-vue": "^5.1.8-6",
"axios": "^0.24.0", "axios": "^0.24.0",
"element-plus": "^1.2.0-beta.6", "element-plus": "^1.2.0-beta.6",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
@@ -16,7 +17,6 @@
"path-to-regexp": "^6.2.0", "path-to-regexp": "^6.2.0",
"pinia": "^2.0.9", "pinia": "^2.0.9",
"screenfull": "^6.0.0", "screenfull": "^6.0.0",
"tinymce": "^5.10.2",
"vue": "^3.2.16", "vue": "^3.2.16",
"vue-router": "^4.0.12" "vue-router": "^4.0.12"
}, },
@@ -24,12 +24,11 @@
"@types/node": "^16.11.7", "@types/node": "^16.11.7",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0", "@types/path-browserify": "^1.0.0",
"@types/tinymce": "^4.6.4",
"@vitejs/plugin-vue": "^1.9.3", "@vitejs/plugin-vue": "^1.9.3",
"sass": "^1.43.4", "sass": "^1.43.4",
"typescript": "^4.4.3", "typescript": "^4.4.3",
"vite": "^2.6.4", "vite": "^2.6.4",
"vite-plugin-svg-icons": "^1.0.5", "vite-plugin-svg-icons": "^1.1.0",
"vue-tsc": "^0.3.0" "vue-tsc": "^0.3.0"
} }
} }