-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 942 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 942 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": "futurenet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"email-build": "email build --dir app/emails",
"email-dev": "email dev --dir app/emails --port 8000",
"email-export": "email export --dir app/emails"
},
"dependencies": {
"@react-email/components": "^1.0.2",
"@react-email/render": "1.0.6",
"next": "^16.2.0-canary.37",
"nodemailer": "^6.9.16",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@react-email/preview-server": "5.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.4",
"react-email": "5.1.0",
"sass": "^1.94.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}