This repository was archived by the owner on Feb 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.04 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.04 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
{
"name": "modern-tree-view",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@lottiefiles/dotlottie-react": "^0.15.0",
"@mui/icons-material": "^7.1.1",
"@mui/lab": "^7.0.0-beta.13",
"@mui/material": "^7.1.1",
"@mui/x-date-pickers": "^8.5.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/vite": "^4.1.10",
"chart.js": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.18",
"eslint-plugin-react": "^7.37.5",
"highcharts": "^12.4.0",
"highcharts-react-official": "^3.2.2",
"i": "^0.3.7",
"lucide-react": "^0.515.0",
"npm": "^11.5.2",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-datepicker": "^8.7.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0",
"react-force-graph-3d": "^1.28.0",
"react-icons": "^5.5.0",
"react-markdown": "^8.0.7",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.2",
"react-spinners": "^0.17.0",
"recharts": "^3.2.0",
"remark-gfm": "^4.0.1",
"shadcn-ui": "^0.9.5",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.1.10",
"tailwindcss-animate": "^1.0.7",
"three-spritetext": "^1.10.0",
"topojson-client": "^3.1.0",
"world-atlas": "^2.0.2"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"tw-animate-css": "^1.4.0",
"vite": "^6.3.5"
}
}