mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
fix: install dependencies before nebula build
This commit is contained in:
+5
-10
@@ -7,17 +7,12 @@
|
||||
"build": "bun run fetch:deps && bun run build:css",
|
||||
"watch": "bunx tailwindcss -i ./global/styles/globals.css -o ./assets/css/styles.css --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"alpinejs": "^3.14.1",
|
||||
"htmx.org": "^1.9.12",
|
||||
"tailwindcss": "^3.3.0",
|
||||
"tailwindcss-motion": "^0.3.0-beta",
|
||||
"typescript": "^4.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "^3.3.2",
|
||||
"sonr-es": "^0.5.3"
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"sonr-es": "^0.5.3",
|
||||
"tailwindcss": "^3.3.0",
|
||||
"tailwindcss-motion": "^0.3.0-beta"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user