-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "threadharbor",
"version": "1.0.0",
"description": "OmniRouter: Highly Scalable WhatsApp Orchestrator and Support Engine",
"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",
"start": "node dist/server.cjs",
"lint": "tsc --noEmit"
},
"dependencies": {
"clsx": "^2.1.1",
"cors": "^2.8.5",
"express": "^4.21.2",
"lucide-react": "^1.16.0",
"motion": "^12.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.15.1",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.9",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^22.13.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"esbuild": "^0.25.0",
"tailwindcss": "^4.0.9",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"vite": "^6.2.0"
}
}