forked from tinyauthapp/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 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
{
"name": "example-react-router",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@orama/orama": "^3.1.14",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.10",
"@react-router/node": "^7.8.2",
"@react-router/serve": "^7.8.2",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "^15.8.1",
"fumadocs-mdx": "12.0.1",
"fumadocs-ui": "^15.8.1",
"isbot": "^5.1.30",
"lucide-react": "^0.544.0",
"mermaid": "^11.12.0",
"motion": "^12.23.22",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.8.2",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@react-router/dev": "^7.8.2",
"@tailwindcss/vite": "^4.1.12",
"@types/mdx": "^2.0.13",
"@types/node": "^24.3.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"react-router-devtools": "^6.0.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vite-tsconfig-paths": "^5.1.4"
}
}