Files
tuono/examples/tuono-tutorial/package.json
T

16 lines
353 B
JSON

{
"name": "tuono-tutorial",
"description": "The basic tutorial for tuono applications",
"version": "0.0.1",
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"tuono": "link:../../packages/tuono"
},
"devDependencies": {
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.3"
}
}