mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 18:01:39 +00:00
refactor: adjust devbox configuration to reflect nebula changes
This commit is contained in:
+6
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user