forked from rortan134/minutedebate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.21 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.21 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "minutedebate",
"packageManager": "bun@1.3.11",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "ultracite check",
"lint:fix": "ultracite fix",
"type-check": "tsc --noEmit",
"validate": "knip --production --exclude types",
"prepare": "husky"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@opentelemetry/api-logs": "^0.213.0",
"@opentelemetry/instrumentation": "^0.213.0",
"@opentelemetry/sdk-logs": "^0.213.0",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-use-callback-ref": "^1.1.1",
"@t3-oss/env-nextjs": "^0.13.10",
"@vercel/analytics": "^2.0.1",
"@vercel/otel": "^2.1.1",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.34.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.20",
"lucide-react": "^0.577.0",
"motion": "^12.38.0",
"nanoid": "^5.1.7",
"next": "^16.2.1",
"openai": "^6.32.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-use-measure": "^2.1.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-fade": "^0.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@t3-oss/env-core": "^0.13.10",
"@tailwindcss/postcss": "^4.2.2",
"@types/bun": "^1.3.11",
"@types/node": "^24.10.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"husky": "^9.1.7",
"knip": "^6.0.1",
"postcss": "^8.5.8",
"postcss-import": "^16.1.1",
"schema-dts": "^1.1.5",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"ultracite": "^7.3.2"
},
"engines": {
"node": "24.x"
},
"trustedDependencies": [
"oxc-resolver",
"@tailwindcss/oxide",
"@prisma/client",
"@prisma/engines",
"prisma",
"esbuild",
"sharp"
]
}