-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.59 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
61
{
"name": "benchsift",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "bun@1.3.14",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "bun .output/server/index.mjs",
"serve": "vite preview",
"preview": "bun run build && bun run start",
"refresh-cache": "bun scripts/refresh-cache.mjs",
"test": "bun test lib",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lobehub/icons": "^5.10.0",
"@tanstack/react-router": "^1.135.0",
"@tanstack/react-router-devtools": "^1.135.0",
"@tanstack/react-start": "^1.135.0",
"class-variance-authority": "^0.7.1",
"cheerio": "^1.2.0",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.6.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.4",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6.0.2",
"nitro": "^3.0.260522-beta",
"tailwindcss": "^4.2.4",
"typescript": "^6",
"vite": "^8.0.16"
},
"overrides": {
"@babel/core": "^7.29.7",
"@aws-sdk/xml-builder": "^3.972.22",
"dompurify": "^3.4.11",
"fast-uri": "^3.1.2",
"fast-xml-parser": "^5.7.2",
"hono": "^4.12.26",
"js-cookie": "^3.0.7",
"js-yaml": "^4.2.0",
"lodash": "^4.18.1",
"mermaid": "^11.15.0",
"postcss": "^8.5.10",
"qs": "^6.15.2",
"undici": "^7.28.0",
"uuid": "^14.0.0"
}
}