-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.78 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
54
55
56
57
58
59
60
61
{
"name": "portfolio",
"version": "2.2.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"check": "biome check && tsc",
"check:fix": "biome check --fix",
"format": "biome format --fix",
"schema": "sanity schema extract",
"typegen": "sanity typegen generate"
},
"dependencies": {
"@number-flow/react": "^0.5.5",
"@portabletext/react": "^3.2.0",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@sanity/code-input": "^5.1.2",
"@sanity/color-input": "^4.0.3",
"@sanity/document-internationalization": "^3.3.0",
"@sanity/image-url": "^1.1.0",
"@sanity/language-filter": "^4.0.3",
"@sanity/react-loader": "^1.10.31",
"@sanity/ui": "^2.10.12",
"@sanity/vision": "^3.68.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.3.1",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next-international": "^1.3.1",
"next-sanity": "9.8.30",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-twc": "^1.4.2",
"sanity": "^3.68.3",
"styled-components": "^6.1.14",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.10.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.2",
"postcss": "^8.4.49",
"shiki": "^2.1.0",
"tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
}
}