mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
444d1479b0
* feat: add support for MDX * fix: prevent empty server handler error message * doc: add MDX mention to README * feat: update version to v0.7.0
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "tuono",
|
|
"description": "The react/rust fullstack framework",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@mdx-js/react": "^3.0.1",
|
|
"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.5.3"
|
|
}
|
|
}
|