mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
0750037385
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
34 lines
892 B
JSON
34 lines
892 B
JSON
{
|
|
"name": "documentation",
|
|
"description": "The react/rust fullstack framework documentation",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"format": "prettier --write --ignore-unknown .",
|
|
"format:check": "prettier --check --ignore-unknown .",
|
|
"types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/code-highlight": "7.16.1",
|
|
"@mantine/core": "7.16.1",
|
|
"@mantine/hooks": "7.16.1",
|
|
"@mdx-js/react": "3.1.0",
|
|
"@tabler/icons-react": "3.28.1",
|
|
"clsx": "2.1.1",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"remark-gfm": "4.0.0",
|
|
"tuono": "npm:tuono@0.17.3"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/rollup": "3.1.0",
|
|
"@types/react": "19.0.7",
|
|
"@types/react-dom": "19.0.3",
|
|
"postcss": "8.5.1",
|
|
"postcss-preset-mantine": "1.17.0",
|
|
"postcss-simple-vars": "7.0.1"
|
|
}
|
|
}
|