Skip to content

Commit

Permalink
fix(deps): move all dependencies to devDependencies (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv authored Dec 31, 2024
1 parent eaa0ab9 commit 64cbdba
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 39 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,36 +39,34 @@
"files": [
"dist"
],
"dependencies": {
"@unhead/vue": "^1.11.14",
"@vueuse/core": "^12.2.0",
"dompurify": "^3.2.3",
"express": "^4.21.2",
"marked": "^15.0.4",
"puppeteer": "^23.11.1",
"vite-node": "^2.1.8",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@tsconfig/node22": "^22.0.0",
"@types/express": "^5.0.0",
"@types/node": "^22.9.3",
"@unhead/vue": "^1.11.14",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.2.0",
"dompurify": "^3.2.3",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.30.0",
"express": "^4.21.2",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"marked": "^15.0.4",
"npm-run-all2": "^7.0.1",
"prettier": "^3.4.2",
"puppeteer": "^23.11.1",
"typescript": "~5.6.3",
"vite": "^6.0.1",
"vite-node": "^2.1.8",
"vite-plugin-vue-devtools": "^7.6.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
Expand Down
55 changes: 27 additions & 28 deletions pnpm-lock.yaml

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

0 comments on commit 64cbdba

Please sign in to comment.