Skip to content

Commit

Permalink
chore: remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Pestov committed Nov 22, 2022
1 parent 262b8b3 commit 2dab9df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@
"@quasar/quasar-app-extension-testing-unit-jest": "^2.2.3",
"autoprefixer": "^10.4.7",
"axios": "^0.21.4",
"commitizen": "^4.2.4",
"core-js": "^3.6.5",
"cypress": "^10.11.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.1.0",
Expand All @@ -48,8 +46,6 @@
"eslint-plugin-vue": "^8.5.0",
"eslint-webpack-plugin": "^3.1.1",
"http-server": "^14.1.1",
"husky": "^7.0.4",
"markdownlint-cli": "^0.31.1",
"ncp": "^2.0.0",
"node-sass": "^7.0.1",
"openseadragon": "^3.0.0",
Expand Down Expand Up @@ -112,7 +108,7 @@
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "jest --updateSnapshot",
"test:e2e": "start-server-and-test mock-api 8181 cypress:headless",
"write-changelog": "HUSKY_SKIP_HOOKS=1 standard-version"
"write-changelog": "standard-version"
},
"files": [
"dist"
Expand Down

0 comments on commit 2dab9df

Please sign in to comment.