mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
5302fd2779
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"name": "with-mdx",
|
|
"description": "Tuono example combined with mdx",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@mdx-js/react": "3.1.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"tuono": "link:../../packages/tuono"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/rollup": "3.1.0",
|
|
"@types/react": "18.3.18",
|
|
"@types/react-dom": "18.3.5",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|