-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"name": "email-node",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.4",
"@radix-ui/react-label": "^2.1.9",
"@radix-ui/react-select": "^2.3.0",
"@radix-ui/react-separator": "^1.1.9",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.14",
"bcryptjs": "^3.0.2",
"better-sqlite3": "^11.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"imapflow": "^1.3.7",
"iron-session": "^8.0.4",
"lucide-react": "^0.552.0",
"mailparser": "^3.9.9",
"nanoid": "^5.1.5",
"next": "^15.5.19",
"random-words": "^2.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanitize-html": "^2.17.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "^15.5.19",
"postcss": "^8.5.15",
"tailwindcss": "^4.1.7",
"typescript": "^5"
}
}