Skip to content

Commit

Permalink
feat: build
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Jul 27, 2023
1 parent 2cf168d commit 9f60301
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@
"release:patch": "standard-version --release-as patch"
},
"dependencies": {
"axios": "^0.24.0",
"core-js": "^3.19.0",
"element-ui": "^2.15.6",
"vue": "^2.6.11",
"vue-router": "^3.5.3"
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
Expand All @@ -69,7 +66,10 @@
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.8.2",
"vuepress-plugin-auto-sidebar": "^2.3.2",
"vuepress-plugin-demo-container": "^0.2.0"
"vuepress-plugin-demo-container": "^0.2.0",
"axios": "^0.24.0",
"core-js": "^3.19.0",
"vue-router": "^3.5.3"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 9f60301

Please sign in to comment.