mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
592f402ffd
Co-authored-by: Valerio Ageno <valerioageno@yahoo.it>
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"name": "with-mdx",
|
|
"description": "Tuono example combined with mdx",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@mdx-js/react": "3.1.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tuono": "link:../../packages/tuono"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/rollup": "3.1.0",
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "^19.0.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|