refactor: adjust devbox configuration to reflect nebula changes

This commit is contained in:
Prad Nukala
2024-09-27 20:07:00 -04:00
parent fbf4819b5a
commit 439f7f984c
17 changed files with 1895 additions and 315 deletions
+6 -3
View File
@@ -1,4 +1,6 @@
{
"name": "nebula",
"version": "0.0.1",
"scripts": {
"fetch:deps": "bun run .deps.mjs",
"build:ts": "tsc",
@@ -9,13 +11,14 @@
"watch": "bun run watch:ts & bun run watch:css"
},
"devDependencies": {
"htmx.org": "^1.9.12",
"alpinejs": "^3.14.1",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/forms": "^0.5.7",
"tailwindcss": "^3.3.0",
"typescript": "^4.9.0"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.1",
"htmx.org": "^1.9.12",
"node-fetch": "^3.3.2"
}
}