-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 KB
/
package.json
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
{
"name": "website",
"packageManager": "pnpm@9.14.4",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check",
"preview": "next build && next start",
"type-check": "tsc --noEmit -incremental false"
},
"dependencies": {
"@better-fetch/fetch": "^1.1.12",
"@internationalized/date": "^3.6.0",
"@radix-ui/react-scroll-area": "^1.2.2",
"@t3-oss/env-nextjs": "^0.11.1",
"cmdk": "^1.0.4",
"cobe": "^0.6.3",
"motion": "^11.17.0",
"next": "^15.1.4",
"next-themes": "^0.4.4",
"nuqs": "^2.3.0",
"react": "^19.0.0",
"react-aria-components": "^1.5.0",
"react-dom": "^19.0.0",
"react-medium-image-zoom": "^5.2.13",
"react-spring": "^9.7.5",
"sonner": "^1.7.1",
"vaul": "^1.1.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.17.12",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/unist": "^3.0.3",
"cva": "1.0.0-beta.2",
"postcss": "^8.4.49",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animated": "^1.1.2",
"tailwindcss-react-aria-components": "^1.2.0",
"typescript": "^5.7.3",
"unist-util-visit": "^5.0.0",
"velite": "^0.2.2"
}
}