Files
tuono/examples/with-mdx/package.json
T

18 lines
396 B
JSON
Raw Normal View History

2024-07-22 07:59:43 +02:00
{
"name": "with-mdx",
"description": "Tuono example combined with mdx",
2024-07-22 07:59:43 +02:00
"version": "0.0.1",
"dependencies": {
"@mdx-js/react": "3.1.0",
2024-07-22 07:59:43 +02:00
"react": "18.3.1",
"react-dom": "18.3.1",
"tuono": "link:../../packages/tuono"
},
"devDependencies": {
"@mdx-js/rollup": "3.1.0",
2025-01-02 08:57:01 +01:00
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"typescript": "^5.6.3"
2024-07-22 07:59:43 +02:00
}
}