Skip to content

Commit

Permalink
feat: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Aug 30, 2021
1 parent 365ab5c commit 1c30e11
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
.DS_Store
yarn-error.log
dist
dist-ssr
*.local
Expand Down
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,34 @@
"build": "yarn lint && vite build",
"serve": "yarn lint && vite preview",
"lint": "eslint --fix ./",
"husky": "husky install"
"husky": "husky install",
"release": "standard-version"
},
"dependencies": {
"@vitejs/plugin-vue": "^1.3.0",
"axios": "^0.21.1",
"element-plus": "^1.0.2-beta.65",
"mitt": "^3.0.0",
"naive-ui": "^2.15.11",
"qs": "^6.10.1",
"vue": "^3.1.5",
"vue-router": "4.0.10",
"rollup-plugin-visualizer": "^5.5.2",
"standard-version": "^9.3.1",
"vite": "^2.4.4",
"@vitejs/plugin-vue": "^1.3.0",
"vite-plugin-style-import": "^1.0.1",
"rollup-plugin-visualizer": "^5.5.2"
"vue": "^3.1.5",
"vue-router": "4.0.10"
},
"devDependencies": {
"sass": "1.36.0",
"husky": "^7.0.1",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/compiler-sfc": "^3.1.5",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.14.0",
"eslint-import-resolver-alias": "^1.1.2",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/compiler-sfc": "^3.1.5"
"husky": "^7.0.1",
"sass": "1.36.0"
}
}
Loading

0 comments on commit 1c30e11

Please sign in to comment.