-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.26 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 3.26 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"private": true,
"type": "module",
"scripts": {
"icons:build": "node scripts/build-iconify-bundle.mjs",
"icons:check": "node scripts/build-iconify-bundle.mjs --check",
"prebuild": "npm run icons:check",
"pretest": "npm run icons:check",
"build": "vite build",
"dev": "vite",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@headlessui/react": "^2.2.0",
"@iconify-json/carbon": "^1.2.24",
"@iconify-json/healthicons": "^1.2.12",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.117",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/solar": "^1.2.5",
"@iconify/react": "^5.2.0",
"@iconify/utils": "^3.1.4",
"@inertiajs/react": "^2.0.0",
"@playwright/test": "^1.61.1",
"@tailwindcss/forms": "^0.5.10",
"@tanstack/react-query-devtools": "^5.91.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.184.1",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^4.1.9",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"chalk": "^5.4.1",
"concurrently": "^9.0.1",
"jsdom": "^29.1.1",
"laravel-vite-plugin": "^1.2.0",
"lint-staged": "^15.4.3",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.15.1",
"tailwindcss": "^3.2.1",
"typescript": "^5.9.3",
"usehooks-ts": "^3.1.0",
"vite": "^6.0.11",
"vitest": "^4.1.9"
},
"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",
"@tanstack/react-query": "^5.90.21",
"chart.js": "^4.4.7",
"clsx": "^2.1.1",
"cmdk": "^1.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",
"laravel-echo": "^2.3.7",
"lucide-react": "^0.475.0",
"prop-types": "^15.8.1",
"pusher-js": "^8.5.0",
"react-chartjs-2": "^5.3.0",
"react-force-graph": "^1.47.3",
"react-heatmap-grid": "^0.9.1",
"react-hot-toast": "^2.6.0",
"reactflow": "^11.11.4",
"tailwind-merge": "^3.0.1",
"three": "^0.185.0",
"troika-three-text": "^0.52.5",
"zod": "^4.4.3",
"zustand": "^5.0.11"
}
}