Skip to content

Commit

Permalink
chore: use devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 14, 2024
1 parent 2935d40 commit 9eaf06a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,15 @@
"build:docs": "bunx --bun vitepress build docs",
"preview:docs": "bunx --bun vitepress preview docs"
},
"dependencies": {
"@stacksjs/cli": "^0.68.2",
"@stacksjs/storage": "^0.68.2",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@stacksjs/eslint-config": "^3.8.1-beta.2",
"@stacksjs/cli": "^0.68.2",
"@stacksjs/storage": "^0.68.2",
"@types/bun": "^1.1.13",
"@types/node-forge": "^1.3.11",
"bun-config": "^0.2.0",
"bun-plugin-dtsx": "^0.21.8",
"node-forge": "^1.3.1",
"typescript": "^5.6.3",
"vitepress": "^1.5.0"
},
Expand Down

0 comments on commit 9eaf06a

Please sign in to comment.