-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1021 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1021 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
36
37
38
39
40
{
"name": "vivim-admin-panel",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"test": "echo \"No tests defined for admin-panel yet\" && exit 0",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.28.0",
"@tanstack/react-table": "^8.13.2",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"elkjs": "^0.9.3",
"framer-motion": "^11.0.8",
"lucide-react": "^0.356.0",
"react": "19",
"react-d3-tree": "^3.6.2",
"react-dom": "19",
"react-resizable-panels": "^2.0.16",
"react-router-dom": "^6.22.0",
"recharts": "^2.12.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "19",
"@types/react-dom": "19",
"@types/d3": "^7.4.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}