mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"name": "fixture-base",
|
|
"type": "module",
|
|
"description": "Basic tuono application",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tuono": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "^19.0.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|