-
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.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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": "subarudev-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@neondatabase/serverless": "^1.0.2",
"@vercel/blob": "^2.0.0",
"clsx": "^2.1.1",
"framer-motion": "^12.26.2",
"lucide-react": "^0.562.0",
"next": "^16.1.6",
"nodemailer": "^8.0.1",
"pg": "^8.17.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"tailwind-animations": "^1.0.1",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/ms": "^2.1.0",
"@types/node": "^20",
"@types/nodemailer": "^7.0.11",
"@types/pg": "^8.16.0",
"@types/prop-types": "^15.7.15",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.3",
"autoprefixer": "^10.4.23",
"dotenv": "^17.2.3",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}