2024-09-25 22:09:15 -04:00
|
|
|
{
|
2024-10-07 21:15:25 -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-11-23 01:28:58 -05:00
|
|
|
"build": "bunx tailwindcss -i ./components/globals.css -o ./components/styles/styles.css"
|
2024-09-25 22:09:15 -04:00
|
|
|
},
|
2024-10-07 23:14:06 -04:00
|
|
|
"dependencies": {
|
2024-09-27 20:07:00 -04:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2024-10-04 05:27:51 -04:00
|
|
|
"@tailwindcss/typography": "^0.5.15",
|
2024-09-25 22:09:15 -04:00
|
|
|
"tailwindcss": "^3.3.0",
|
2024-10-07 23:14:06 -04:00
|
|
|
"tailwindcss-motion": "^0.3.0-beta"
|
2024-09-25 22:09:15 -04:00
|
|
|
}
|
|
|
|
}
|