-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@headlessui/react": "^1.7.15",
"@mui/icons-material": "^5.11.0",
"@next/font": "13.1.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"framer-motion": "^8.4.2",
"next": "13.1.1",
"nodemailer": "^6.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.0",
"react-icons": "^4.7.1",
"react-scroll": "^1.8.9",
"react-slick": "^0.30.2",
"react-tsparticles": "^2.12.2",
"react-vertical-timeline-component": "^3.6.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.10.1",
"swiper": "^11.1.0",
"tsparticles": "^2.12.0",
"tsparticles-engine": "^2.12.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "20.4.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}