-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.66 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@omnidotdev/docs",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"format": "biome format --write",
"lint": "biome lint",
"check": "fumadocs-mdx && biome check --diagnostic-level=error",
"knip": "knip-bun",
"prepare": "husky"
},
"dependencies": {
"@omnidotdev/garden": "^0.1.4",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-popover": "^1.1.15",
"@resvg/resvg-js": "^2.6.2",
"@tanstack/react-router": "^1.144.0",
"@tanstack/react-router-devtools": "^1.144.0",
"@tanstack/react-start": "^1.145.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "^16.4.2",
"fumadocs-mdx": "^14.2.4",
"fumadocs-ui": "^16.4.2",
"lucide-react": "^0.562.0",
"motion": "^12.23.26",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"satori": "^0.19.1",
"tailwind-merge": "^3.4.0",
"ts-pattern": "^5.9.0",
"vite": "^7.3.0",
"zod": "^4.3.4"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/devtools-vite": "^0.4.0",
"@tanstack/react-devtools": "^0.9.0",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"husky": "^9.1.7",
"knip": "^5.79.0",
"nitro": "3.0.1-alpha.1",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^6.0.3"
},
"trustedDependencies": [
"@parcel/watcher"
]
}