mirror of
https://gitee.com/was666/as-editor.git
synced 2025-05-22 02:34:05 +08:00
feat: 更新依赖
This commit is contained in:
parent
39578dcf84
commit
89e3afb198
@ -7,9 +7,9 @@
|
||||
#### 安装教程
|
||||
|
||||
1. npm install (安装 node_modules 模块)
|
||||
2. yarn upgrade (用于更新包到基于规范范围的最新版本)
|
||||
3. npm run serve (运行)
|
||||
4. npm run build (打包)
|
||||
2. npm run serve (运行)
|
||||
3. npm run build (打包)
|
||||
4. npm update (用于更新包到基于规范范围的最新版本)
|
||||
|
||||
#### 使用说明
|
||||
|
||||
|
8961
package-lock.json
generated
8961
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
@ -11,40 +11,40 @@
|
||||
"@tinymce/tinymce-vue": "^3.2.0",
|
||||
"axios": "^0.19.2",
|
||||
"clipboard": "^2.0.6",
|
||||
"core-js": "^3.6.4",
|
||||
"element-ui": "^2.13.0",
|
||||
"core-js": "^3.19.0",
|
||||
"element-ui": "^2.15.6",
|
||||
"html2canvas": "1.0.0-alpha.9",
|
||||
"nprogress": "^0.2.0",
|
||||
"qrcode": "^1.4.4",
|
||||
"qs": "^6.9.1",
|
||||
"tinymce": "^5.2.0",
|
||||
"vant": "^2.5.5",
|
||||
"vue": "^2.6.11",
|
||||
"vue-router": "^3.1.5",
|
||||
"tinymce": "^5.10.0",
|
||||
"vant": "^2.12.30",
|
||||
"vue": "^2.6.14",
|
||||
"vue-router": "^3.5.3",
|
||||
"vuedraggable": "^2.23.2",
|
||||
"vuex": "^3.1.2"
|
||||
"vuex": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.2.0",
|
||||
"@vue/cli-plugin-router": "^4.2.0",
|
||||
"@vue/cli-plugin-vuex": "^4.2.0",
|
||||
"@vue/cli-service": "^4.2.0",
|
||||
"@vue/cli-plugin-babel": "^4.5.15",
|
||||
"@vue/cli-plugin-router": "^4.5.15",
|
||||
"@vue/cli-plugin-vuex": "^4.5.15",
|
||||
"@vue/cli-service": "^4.5.15",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"@vue/eslint-config-standard": "^5.1.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"husky": "^4.3.8",
|
||||
"less": "^3.0.4",
|
||||
"less": "^3.13.1",
|
||||
"less-loader": "^5.0.0",
|
||||
"prettier": "^2.2.1",
|
||||
"prettier": "^2.4.1",
|
||||
"swiper": "^5.3.6",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user