mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
6135fd7e1b
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com> Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com> Co-authored-by: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com>
33 lines
867 B
JSON
33 lines
867 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.14.2",
|
|
"@mantine/core": "7.14.2",
|
|
"@mantine/hooks": "7.14.2",
|
|
"@mdx-js/react": "3.1.0",
|
|
"@tabler/icons-react": "3.22.0",
|
|
"clsx": "2.1.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"tuono": "npm:tuono@0.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/rollup": "3.1.0",
|
|
"@types/react": "18.3.13",
|
|
"@types/react-dom": "18.3.0",
|
|
"postcss": "8.4.49",
|
|
"postcss-preset-mantine": "1.17.0",
|
|
"postcss-simple-vars": "7.0.1"
|
|
}
|
|
}
|