forked from LDFLK/openginxplore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.28 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.28 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
{
"name": "openginxplore",
"private": true,
"version": "1.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-dropdown-menu": "^2.1.16",
"@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",
"@tanstack/react-query": "^5.90.12",
"axios": "^1.13.2",
"chart.js": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-sankey": "^0.12.3",
"date-fns": "^4.1.0",
"dayjs": "^1.11.18",
"eslint-plugin-react": "^7.37.5",
"framer-motion": "^12.23.24",
"highcharts": "^12.4.0",
"highcharts-react-official": "^3.2.2",
"i": "^0.3.7",
"jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.2",
"lucide-react": "^0.515.0",
"npm": "^11.5.2",
"react": "^19.2.1",
"react-chartjs-2": "^5.3.0",
"react-datepicker": "^8.7.0",
"react-dom": "^19.2.1",
"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",
"react-toastify": "^11.0.5",
"react-vertical-timeline-component": "^3.5.3",
"recharts": "^3.3.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.1.10",
"tailwindcss-animate": "^1.0.7",
"three-spritetext": "^1.10.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.2.1",
"@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^4.4.1",
"baseline-browser-mapping": "^2.9.4",
"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"
}
}