-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "supunsathsara.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@calcom/embed-react": "^1.5.1",
"@heroicons/react": "^2.0.18",
"@marsidev/react-turnstile": "^0.3.2",
"@sendgrid/mail": "^8.1.0",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.9",
"autoprefixer": "10.4.15",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"eslint": "8.47.0",
"eslint-config-next": "^14.0.1",
"framer-motion": "^10.16.1",
"next": "^14.2.14",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-animated-numbers": "^0.16.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-type-animation": "^3.1.0",
"react-youtube": "^10.1.0",
"sharp": "^0.32.6",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@react-three/drei": "^9.116.3",
"@react-three/fiber": "^8.15.11",
"maath": "^0.10.4",
"react-intersection-observer": "^9.5.3",
"three": "^0.170.0"
}
}