Skip to content

Commit

Permalink
chore: moved deps to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Oct 23, 2023
1 parent f81a0b0 commit dbdbd18
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 74 deletions.
160 changes: 91 additions & 69 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"format": "prettier --write src/",
"prepare": "husky install"
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
Expand All @@ -33,11 +28,14 @@
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.0",
"npm-run-all2": "^6.1.1",
"pinia": "^2.1.7",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "~5.2.0",
"vite": "^4.4.11",
"vue": "^3.3.6",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.19"
}
}

0 comments on commit dbdbd18

Please sign in to comment.