-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 901 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
{
"name": "hiring-funnel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@neondatabase/serverless": "^0.10.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.0",
"next": "15.0.0",
"nodemailer": "^6.9.15",
"pg": "^8.13.1",
"postgres": "^3.4.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/node": "^22.7.8",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"drizzle-kit": "^0.27.0",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.0",
"glob": "^11.0.0",
"inflight": "^1.0.6",
"postcss": "^8.4.47",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}