-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.75 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
58
59
60
61
62
63
64
{
"name": "portfolio",
"version": "2.6.0",
"description": "Personal portfolio built with Next.js, Typescript & TailwindCSS, hosted on Vercel",
"repository": {
"type": "git",
"url": "git+"
},
"keywords": [
"Milind Goel, Web & Flutter Developer, MilindGoel15, milindgoel.vercel.app, portfolio"
],
"author": {
"name": "Milind Goel",
"email": "[email protected]",
"url": "https://github.com/milindgoel15"
},
"license": "AGPL",
"bugs": {
"url": "https://github.com/milindgoel15/portfolio/issues"
},
"homepage": "https://github.com/milindgoel15/portfolio#readme",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next build && next-sitemap --config sitemap.config.js",
"start": "next start",
"lint": "next lint",
"types": "tsc --noemit"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"framer-motion": "^11.3.31",
"hamburger-react": "^2.5.1",
"lenis": "^1.1.13",
"lucide-react": "^0.437.0",
"next": "14.2.7",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.14",
"react": "18.3.1",
"react-animated-cursor": "^2.11.2",
"react-dom": "18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-snowfall": "^1.2.1",
"sass": "^1.77.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/nodemailer": "^6.4.15",
"@types/react-google-recaptcha": "^2.1.9",
"autoprefixer": "^10.4.20",
"eslint": "8.0.0",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18"
}
}