Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGolodetsky committed Mar 9, 2021
1 parent ddf7fc1 commit 5cd79a2
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 346 deletions.
138 changes: 130 additions & 8 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"release": "standard-version",
"test": "vue-cli-service test:unit"
"test": "vue-cli-service test:unit",
"editorconfig": "editorconfig-checker"
},
"husky": {
"hooks": {
"pre-push": "npm run test "
"pre-push": "npm run editorconfig"
}
},
"dependencies": {
"@vue/composition-api": "^1.0.0-beta.22",
"axios": "^0.21.1",
"chart.js": "^2.9.3",
"core-js": "^3.4.4",
"editorconfig-checker": "^3.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^7.1.0",
"firebase": "^7.21.1",
Expand Down
Loading

0 comments on commit 5cd79a2

Please sign in to comment.