-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 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
{
"name": "@omnidotdev/terminal-site",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"check": "biome check --diagnostic-level=error",
"format": "biome format --write",
"lint": "biome lint --diagnostic-level=error",
"knip": "knip-bun",
"prepare": "husky"
},
"dependencies": {
"@omnidotdev/providers": "github:omnidotdev/providers",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-router": "^1.144.0",
"@tanstack/react-start": "^1.145.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "4.3.3"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/devtools-vite": "^0.4.0",
"@tanstack/nitro-v2-vite-plugin": "^1.141.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.78.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-plugin-mkcert": "^1.17.9",
"vite-tsconfig-paths": "^6.0.3"
},
"trustedDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild"
]
}