-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.54 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.54 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
{
"name": "koding.dev-next",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "cross-env NODE_ENV=production next start",
"build": "cross-env NODE_ENV=production next build",
"analyze": "cross-env NODE_ENV=production next experimental-analyze --serve",
"dev": "next dev -H 0.0.0.0",
"lint": "biome check",
"lint:fix": "biome check --write --unsafe",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@posthog/nextjs-config": "^1.6.4",
"class-variance-authority": "^0.7.1",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"envin": "^1.1.10",
"next": "16.0.8",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"posthog-js": "^1.302.2",
"posthog-node": "^5.17.2",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-icons": "^5.5.0",
"remeda": "^2.32.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"tailwind-merge": "^3.4.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20.19.25",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"cross-env": "^7.0.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"velite": "^0.3.1"
},
"packageManager": "pnpm@10.15.0",
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}