-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.0",
"@emailjs/browser": "^3.6.2",
"@next/font": "^13.3.0",
"@vercel/analytics": "^1.0.0",
"autoprefixer": "^10.4.7",
"cloudinary": "^1.35.0",
"cloudinary-react": "^1.8.1",
"clsx": "^1.2.1",
"framer-motion": "^6.3.11",
"next": "^13.3.0",
"next-cloudinary": "^4.3.0",
"next-themes": "^0.2.0",
"nodemailer": "^6.9.1",
"postcss": "^8.4.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-use-dimensions": "^1.2.1",
"react-use-measure": "^2.1.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.1.3",
"vercel": "^28.20.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/node": "18.0.0",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.4"
},
"volta": {
"node": "20.11.1",
"yarn": "1.22.19"
}
}