-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
45
46
47
48
49
50
51
52
53
54
{
"name": "simonyimail-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "2.2.10",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "7.8.0",
"@uiw/react-textarea-code-editor": "3.1.1",
"axios": "1.16.1",
"clsx": "2.1.1",
"env-var": "7.5.0",
"html-prettify": "1.0.7",
"mjml-browser": "^4.14.1",
"next": "16.2.6",
"next-auth": "4.24.14",
"nodemailer": "7.0.13",
"quoted-printable": "1.0.1",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-icons": "5.6.0",
"swr": "2.4.1",
"tailwind-merge": "3.6.0",
"utf8": "3.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "24.1.0",
"@types/nodemailer": "8.0.0",
"@types/quoted-printable": "1.0.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/utf8": "3.0.3",
"@typescript-eslint/eslint-plugin": "8.59.3",
"eslint": "9.39.4",
"eslint-config-next": "16.2.6",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-simple-import-sort": "13.0.0",
"postcss": "8.5.14",
"prettier": "3.8.3",
"prisma": "7.8.0",
"tailwindcss": "4.3.0",
"typescript": "6.0.3"
},
"packageManager": "npm@11.14.1"
}