mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-11 13:29:12 +00:00
19 lines
586 B
JSON
19 lines
586 B
JSON
{
|
|
"name": "@onsonr/nebula",
|
|
"version": "0.0.2",
|
|
"scripts": {
|
|
"fetch:deps": "bun run .deps.mjs",
|
|
"build:css": "bunx tailwindcss -i ./global/styles/globals.css -o ./assets/css/styles.css",
|
|
"build": "bun run fetch:deps && bun run build:css",
|
|
"watch": "bunx tailwindcss -i ./global/styles/globals.css -o ./assets/css/styles.css --watch"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^3.3.2",
|
|
"@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"
|
|
}
|
|
}
|