-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.61 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
{
"name": "@nivalis/template",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.33.0",
"engines": {
"node": "24.x",
"pnpm": "10.x"
},
"scripts": {
"dev": "NEXT_TELEMETRY_DISABLED=1 NODE_NO_WARNINGS=1 next dev",
"build": "NEXT_TELEMETRY_DISABLED=1 NODE_NO_WARNINGS=1 next build",
"start": "NEXT_TELEMETRY_DISABLED=1 NODE_NO_WARNINGS=1 next start",
"lint": "biome check",
"lint:fix": "biome check --write",
"prepare": "lefthook install",
"ts": "next typegen && tsc --noEmit"
},
"dependencies": {
"@ai-sdk/openai": "catalog:",
"@base-ui/react": "catalog:",
"@vercel/analytics": "catalog:",
"@vercel/config": "catalog:",
"ai": "catalog:",
"babel-plugin-react-compiler": "catalog:",
"class-variance-authority": "catalog:",
"clsx": "catalog:",
"dotenv": "catalog:",
"lucide-react": "catalog:",
"next": "catalog:",
"postcss": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"server-only": "catalog:",
"sonner": "catalog:",
"tailwind-merge": "catalog:",
"turbo": "catalog:",
"workflow": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@effect/language-service": "catalog:",
"@nivalis/biome-config": "catalog:",
"@tailwindcss/postcss": "catalog:",
"@total-typescript/ts-reset": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"lefthook": "catalog:",
"schema-dts": "catalog:",
"tailwindcss": "catalog:",
"taze": "catalog:",
"typescript": "catalog:"
}
}