-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.05 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.05 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
70
71
72
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@motionone/utils": "^10.17.0",
"@next/env": "^14.2.13",
"@portabletext/react": "^3.0.11",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.25",
"@sanity/code-input": "^4.1.4",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.28.0",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.75",
"@studio-freight/react-lenis": "^0.0.46",
"@tabler/icons-react": "^2.47.0",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.6",
"lucide-react": "^0.316.0",
"mini-svg-data-uri": "^1.4.4",
"motion": "^10.17.0",
"next": "^14.2.13",
"next-sanity": "^7.0.15",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.13",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"react-email": "^2.1.1",
"react-hook-form": "^7.49.3",
"react-syntax-highlighter": "^15.5.0",
"sanity": "^3.28.0",
"sharp": "^0.33.2",
"sonner": "^1.3.1",
"styled-components": "^6.1",
"tailwind-merge": "^2.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.9",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/next": "^9.0.0",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}