-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.68 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.68 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "iledge-tanstack",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"lint": "oxlint",
"fmt": "oxfmt",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@fontsource-variable/geist-mono": "^5.2.7",
"@fontsource-variable/space-grotesk": "^5.2.10",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.95.0",
"@tanstack/react-query-devtools": "^5.95.0",
"@tanstack/react-router": "^1.168.2",
"@tanstack/react-router-with-query": "^1.130.17",
"@tanstack/react-start": "1.167.3",
"@tanstack/zod-adapter": "^1.166.9",
"better-auth": "^1.5.6",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"imapflow": "^1.2.16",
"lucide-react": "^0.577.0",
"mailparser": "^3.9.5",
"next-themes": "^0.4.6",
"nitro": "^3.0.260311-beta",
"pg": "^8.20.0",
"postcss": "^8.5.8",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"recharts": "3.8.0",
"shadcn": "^4.1.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"vite": "^8.0.2",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/imapflow": "^1.0.189",
"@types/mailparser": "^3.4.6",
"@types/node": "^25.5.0",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"drizzle-kit": "^0.31.10",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}