mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"name": "with-tailwind",
|
|
"description": "Basic tuono application with tailwind",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.0.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.0.6",
|
|
"tuono": "link:../../packages/tuono"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "^19.0.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|