-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "rohitfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.0.11",
"@react-email/components": "0.0.12",
"@sanity/icons": "^2.0",
"@sanity/image-url": "^1.0.2",
"@sanity/types": "^3.19",
"@sanity/ui": "^2.0.0-beta",
"@sanity/vision": "3",
"@studio-freight/lenis": "^1.0.33",
"@tabler/icons-react": "^2.47.0",
"@vercel/analytics": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"gsap": "^3.12.4",
"next": "^14.0",
"next-sanity": "^7.0.7",
"react": "^18.2",
"react-dom": "^18",
"react-email": "^1.10.0",
"react-fast-marquee": "^1.6.2",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-live-clock": "^6.1.19",
"react-moment": "^1.1.3",
"react-simple-typewriter": "^5.0.1",
"react-social-icons": "^6.7.0",
"resend": "^2.1.0",
"sanity": "^3.19",
"sharp": "^0.33.2",
"split-type": "^0.3.4",
"styled-components": "^6.0",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}