2024-07-27 11:33:34 +02:00
|
|
|
{
|
2024-11-14 10:30:21 +01:00
|
|
|
"name": "documentation",
|
|
|
|
|
"description": "The react/rust fullstack framework documentation",
|
2024-07-27 11:33:34 +02:00
|
|
|
"version": "0.0.1",
|
2024-11-14 10:30:21 +01:00
|
|
|
"private": true,
|
2024-12-01 16:40:58 +01:00
|
|
|
"type": "module",
|
2024-07-27 11:33:34 +02:00
|
|
|
"scripts": {
|
2024-12-01 16:40:58 +01:00
|
|
|
"lint": "eslint .",
|
2024-12-15 09:22:19 +01:00
|
|
|
"format": "prettier --write --ignore-unknown .",
|
2024-12-09 12:23:33 +01:00
|
|
|
"format:check": "prettier --check --ignore-unknown .",
|
2024-07-27 11:33:34 +02:00
|
|
|
"types": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-12-09 08:20:18 +01:00
|
|
|
"@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",
|
2024-07-27 11:33:34 +02:00
|
|
|
"react": "18.3.1",
|
|
|
|
|
"react-dom": "18.3.1",
|
2025-01-02 10:57:39 +01:00
|
|
|
"tuono": "npm:tuono@0.16.9"
|
2024-07-27 11:33:34 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-12-09 08:20:18 +01:00
|
|
|
"@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",
|
2025-01-14 08:55:44 +01:00
|
|
|
"postcss": "8.5.0",
|
2024-12-09 08:20:18 +01:00
|
|
|
"postcss-preset-mantine": "1.17.0",
|
|
|
|
|
"postcss-simple-vars": "7.0.1"
|
2024-07-27 11:33:34 +02:00
|
|
|
}
|
|
|
|
|
}
|