Files
tuono/examples/tutorial/package.json
T
2024-06-06 19:41:21 +02:00

16 lines
345 B
JSON

{
"name": "tuono-tutorial",
"description": "The react/rust fullstack framework",
"version": "0.0.1",
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"tuono": "link:../../packages/tuono"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
}