mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
5fc68a1926
Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com>
32 lines
912 B
JSON
32 lines
912 B
JSON
{
|
|
"name": "documentation",
|
|
"description": "The react/rust fullstack framework documentation",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ext .ts,.tsx ./src -c .eslintrc",
|
|
"format": "prettier -u --write --ignore-unknown './src/**/*'",
|
|
"format:check": "prettier --check --ignore-unknown './src/**/*'",
|
|
"types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/code-highlight": "^7.11.2",
|
|
"@mantine/core": "^7.11.2",
|
|
"@mantine/hooks": "^7.11.2",
|
|
"@mdx-js/react": "^3.0.1",
|
|
"@tabler/icons-react": "^3.11.0",
|
|
"clsx": "^2.1.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"tuono": "npm:tuono@0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"postcss": "^8.4.39",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1"
|
|
}
|
|
}
|