-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 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": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prebuild": "npx prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.8",
"@hookform/resolvers": "^3.3.2",
"@prisma/client": "^5.6.0",
"@react-email/components": "^0.0.11",
"@types/dompurify": "^3.0.5",
"@types/react-scroll": "^1.8.10",
"@vercel/analytics": "^1.1.1",
"aos": "^3.0.0-beta.6",
"axios": "^1.6.2",
"dompurify": "^3.0.6",
"framer-motion": "^10.16.5",
"mongodb": "^6.3.0",
"next": "14.0.3",
"next-auth": "^4.24.5",
"react": "^18",
"react-chrono": "^2.3.1",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-scroll": "^1.9.0",
"react-spinners": "^0.13.8",
"react-type-animation": "^3.2.0",
"reading-time": "^1.5.0",
"resend": "^2.0.0",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"swr": "^2.2.4",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"prisma": "^5.6.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}