-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "documentation",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "serve ./build/client --config ../../serve.json",
"types:check": "react-router typegen && fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "oxlint"
},
"dependencies": {
"@orama/orama": "^3.1.18",
"@react-router/node": "^8.0.0",
"fumadocs-core": "16.10.5",
"fumadocs-mdx": "15.0.12",
"fumadocs-ui": "16.10.5",
"isbot": "^5.1.43",
"lucide-react": "^1.20.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "^8.0.0",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@react-router/dev": "^8.0.0",
"@tailwindcss/vite": "^4.3.1",
"@types/mdx": "^2.0.14",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"react-router-devtools": "^6.2.1",
"serve": "^14.2.6",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"oxlint": "^1.70.0"
}
}