-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "aptly-dashboard",
"version": "1.0.0",
"description": "Multi-client Aptly property management dashboard",
"main": "server/index.js",
"scripts": {
"dev": "node server/index.js",
"build": "npx vite build",
"start": "NODE_ENV=production node server/index.js"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"archiver": "^7.0.1",
"axios": "^1.13.6",
"bcryptjs": "^3.0.3",
"cors": "^2.8.6",
"express": "^5.2.1",
"express-rate-limit": "^8.3.0",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.3",
"pg": "^8.20.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.1",
"recharts": "^3.7.0",
"sharp": "^0.34.5",
"stripe": "^20.4.1",
"stripe-replit-sync": "^1.0.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"uuid": "^13.0.0",
"vite": "^7.3.1",
"zustand": "^5.0.11"
}
}