-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 889 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
{
"name": "email-subscription-detector",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/themes": "^3.2.1",
"axios": "^1.12.2",
"cheerio": "^1.1.2",
"classnames": "^2.5.1",
"googleapis": "^160.0.0",
"lucide-react": "^0.544.0",
"next": "^15.5.9",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.1",
"prisma": "^5.22.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"swr": "^2.3.6",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.4"
}
}