-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.6 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
{
"name": "finanai-os",
"private": true,
"version": "4.5.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build && esbuild server.ts --bundle --platform=node --format=cjs --packages=external --sourcemap --outfile=dist/server.cjs",
"preview": "vite preview",
"lint": "tsc --noEmit",
"start": "node dist/server.cjs"
},
"dependencies": {
"@google/genai": "^1.42.0",
"@google/generative-ai": "^0.24.1",
"@supabase/supabase-js": "^2.45.4",
"@tailwindcss/vite": "^4.2.0",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"autoprefixer": "^10.4.24",
"crypto-js": "^4.2.0",
"express": "^5.2.1",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8",
"lucide-react": "^0.446.0",
"motion": "^12.38.0",
"node-cron": "^4.2.1",
"nodemailer": "^8.0.4",
"openai": "^6.33.0",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtualized-auto-sizer": "^2.0.3",
"react-window": "^2.2.7",
"recharts": "^2.12.7",
"stripe": "^20.3.1",
"tailwindcss": "^4.2.0",
"tsx": "^4.21.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/express": "^5.0.6",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^8.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.3.1",
"dotenv": "^17.3.1",
"esbuild": "^0.28.0",
"typescript": "^5.5.3",
"vite": "^5.4.1"
},
"overrides": {
"node-domexception": "file:./node-domexception-mock"
}
}