-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 938 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 938 Bytes
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
{
"name": "developer-portfolio",
"description": "Portfolio of Sharvirala Kethan",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.3.1",
"@next/third-parties": "15.5.9",
"axios": "^1.6.8",
"lottie-react": "^2.4.1",
"next": "15.5.9",
"nodemailer": "^6.9.15",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-fast-marquee": "^1.6.2",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.12.0",
"react-toastify": "^10.0.4",
"sharp": "^0.33.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "15.5.9",
"postcss": "latest",
"sass": "^1.69.5",
"tailwindcss": "^3.4.17"
}
}