Files
sonr/pkg/nebula/package.json
T

18 lines
486 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": {
"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"
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
}
}