-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 918 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 918 Bytes
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
{
"name": "splitwise-dashboard",
"version": "1.0.0",
"description": "Splitwise Analytics Dashboard - Visualize shared expenses",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": ["splitwise", "analytics", "dashboard"],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.7",
"@vitejs/plugin-react": "^5.1.2",
"lucide-react": "^0.562.0",
"papaparse": "^5.5.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"recharts": "^3.6.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"zustand": "^5.0.10"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.18"
}
}