mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
592f402ffd
Co-authored-by: Valerio Ageno <valerioageno@yahoo.it>
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"name": "tuono-app",
|
|
"description": "Basic tuono application",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tuono": "link:../../packages/tuono"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.0.2",
|
|
"@types/react-dom": "19.0.2",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|