mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 18:01:39 +00:00
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"name": "@onsonr/nebula",
|
|
"version": "0.0.2",
|
|
"scripts": {
|
|
"build": "bunx tailwindcss -i ./globals.css -o ./dist/styles.css"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"tailwindcss": "^3.3.0",
|
|
"tailwindcss-motion": "^0.3.0-beta"
|
|
}
|
|
}
|