Files
sonr/pkg/nebula/package.json
T

19 lines
586 B
JSON
Raw Normal View History

2024-09-25 22:09:15 -04:00
{
"name": "@onsonr/nebula",
2024-10-07 16:30:54 -04:00
"version": "0.0.2",
2024-09-25 22:09:15 -04:00
"scripts": {
2024-09-26 13:05:09 -04:00
"fetch:deps": "bun run .deps.mjs",
2024-10-07 16:30:54 -04:00
"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"
2024-09-25 22:09:15 -04:00
},
"dependencies": {
"node-fetch": "^3.3.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.15",
"sonr-es": "^0.5.3",
2024-09-25 22:09:15 -04:00
"tailwindcss": "^3.3.0",
"tailwindcss-motion": "^0.3.0-beta"
2024-09-25 22:09:15 -04:00
}
}