-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
{
"name": "apoorvakumari.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.0",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@nextui-org/react": "^2.2.10",
"@radix-ui/react-slot": "^1.1.1",
"@sendgrid/mail": "^8.1.3",
"@tailwindcss/forms": "^0.5.7",
"@wojtekmaj/react-hooks": "^1.19.0",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"embla-carousel-react": "^8.5.2",
"form-data": "^4.0.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.25",
"geist": "^1.3.0",
"gsap": "^3.12.5",
"lucide-react": "^0.471.0",
"mailgun.js": "^10.2.1",
"mini-svg-data-uri": "^1.4.4",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-pdf": "^7.7.1",
"react-simple-typewriter": "^5.0.1",
"sonner": "^1.4.41",
"swiper": "^11.2.1",
"tailwind-merge": "^2.2.2",
"validator": "^13.11.0",
"zod": "^3.22.4",
"zod-formik-adapter": "^1.3.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
}
}