-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.8 KB
/
package.json
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
58
59
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@headlessui/react": "^2.2.0",
"@iconify/react": "^5.2.0",
"@inertiajs/react": "^2.0.0",
"@tailwindcss/forms": "^0.5.10",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.15.1",
"tailwindcss": "^3.2.1",
"usehooks-ts": "^3.1.0",
"vite": "^6.0.11"
},
"dependencies": {
"@heroui/react": "^2.6.14",
"@iconify/icons-solar": "^1.2.3",
"@nivo/bar": "^0.88.0",
"@nivo/calendar": "^0.88.0",
"@nivo/circle-packing": "^0.88.0",
"@nivo/core": "^0.88.0",
"@nivo/heatmap": "^0.88.0",
"@nivo/line": "^0.88.0",
"@nivo/pie": "^0.88.0",
"@nivo/radar": "^0.88.0",
"@radix-ui/react-dialog": "^1.1.6",
"@reactflow/background": "^11.3.14",
"@reactflow/controls": "^11.2.14",
"@reactflow/core": "^11.11.4",
"@reactflow/minimap": "^11.7.14",
"@reactflow/node-resizer": "^2.2.14",
"chart.js": "^4.4.7",
"clsx": "^2.1.1",
"d3-force": "^3.0.0",
"dagre": "^0.8.5",
"date-fns": "^4.1.0",
"flowbite": "^3.1.2",
"flowbite-react": "^0.10.2",
"framer-motion": "^12.0.6",
"lucide-react": "^0.475.0",
"prop-types": "^15.8.1",
"react-chartjs-2": "^5.3.0",
"react-force-graph": "^1.47.3",
"react-heatmap-grid": "^0.9.1",
"reactflow": "^11.11.4",
"tailwind-merge": "^3.0.1"
}
}