Files

16 lines
354 B
JSON
Raw Permalink Normal View History

2024-06-06 19:41:21 +02:00
{
"name": "tuono-tutorial",
"description": "The basic tutorial for tuono applications",
2024-06-06 19:41:21 +02:00
"version": "0.0.1",
"dependencies": {
2025-01-03 11:00:44 +01:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2024-06-06 19:41:21 +02:00
"tuono": "link:../../packages/tuono"
},
"devDependencies": {
2025-01-03 11:00:44 +01:00
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.6.3"
2024-06-06 19:41:21 +02:00
}
}