-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "saas-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "email dev",
"test:e2e": "playwright test"
},
"dependencies": {
"@next/font": "13.1.1",
"@prisma/client": "^4.8.0",
"@react-email/button": "0.0.5",
"@react-email/html": "0.0.3",
"@react-email/render": "^0.0.6",
"@supabase/supabase-js": "^2.2.3",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"bcryptjs": "^2.4.3",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"micromatch": "^4.0.5",
"next": "13.1.1",
"nodemailer": "^6.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "1.7.2",
"typescript": "4.9.4",
"zod": "^3.20.2"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@playwright/test": "^1.30.0",
"@types/bcryptjs": "^2.4.2",
"@types/micromatch": "^4.0.2",
"@types/nodemailer": "^6.4.7",
"prisma": "^4.8.0"
}
}