-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.98 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.98 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "ts-patch install -s"
},
"dependencies": {
"@effect/platform": "^0.87.1",
"@hookform/resolvers": "^5.2.2",
"@t3-oss/env-nextjs": "^0.13.4",
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.1",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"effect": "^3.16.10",
"gray-matter": "^4.0.3",
"lucide-react": "^0.510.0",
"motion": "^12.11.0",
"next": "16.1.1",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.66.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.1.12",
"zod-matter": "^0.1.3"
},
"devDependencies": {
"@effect/language-service": "^0.23.3",
"@eslint/eslintrc": "3.3.1",
"@tailwindcss/postcss": "^4.1.6",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.15.17",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.26.0",
"eslint-config-next": "16.1.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"postcss": "^8.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"raw-loader": "^4.0.2",
"shiki": "^3.7.0",
"tailwind-scrollbar": "4.0.0-beta.0",
"tailwindcss": "^4.1.6",
"ts-patch": "^3.3.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}
}