-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
{
"name": "@omnidotdev/verse",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"serve": "bun server.ts",
"start": "bun server.ts",
"check": "biome check --diagnostic-level=error src",
"format": "biome format --write src",
"lint": "biome lint --diagnostic-level=error src",
"knip": "knip",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"husky": "^9.1.7",
"knip": "^5.86.0",
"@tanstack/react-router-devtools": "^1.166.3",
"@tanstack/router-plugin": "^1.166.3",
"@types/bun": "^1.3.10",
"@types/node": "^25.3.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"tailwindcss": "^4.2.1",
"vite": "^7.3.1",
"vite-plugin-mkcert": "^1.17.10",
"vite-tsconfig-paths": "^6.1.1"
},
"dependencies": {
"@omnidotdev/garden": "^0.1.4",
"@omnidotdev/providers": "github:omnidotdev/providers#97a4ace",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-router": "^1.166.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
}
}