-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) 路 1.56 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) 路 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tuono-documentation",
"description": "The react/rust fullstack framework documentation",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint .",
"format": "prettier --check --ignore-unknown .",
"format:fix": "prettier --write --ignore-unknown .",
"typecheck": "tsc --noEmit",
"check-all": "pnpm run \"/^(typecheck|format|lint)$/\""
},
"dependencies": {
"@mdx-js/react": "3.1.0",
"@radix-ui/react-scroll-area": "1.2.9",
"clsx": "2.1.1",
"modern-normalize": "3.0.1",
"posthog-js": "1.248.0",
"react": "19.1.0",
"react-aria-components": "1.9.0",
"react-dom": "19.1.0",
"react-syntax-highlighter": "15.6.1",
"remark-gfm": "4.0.1",
"tuono": "0.19.7",
"usehooks-ts": "3.1.1"
},
"devDependencies": {
"@eslint/js": "9.21.0",
"@mdx-js/rollup": "3.1.0",
"@types/node": "22.15.23",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"eslint": "9.21.0",
"eslint-import-resolver-typescript": "3.8.3",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.2.0",
"postcss": "8.5.3",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"prettier": "3.5.3",
"sass-embedded": "1.100.0",
"typescript": "5.8.3",
"typescript-eslint": "8.25.0"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}