-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.58 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.58 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
{
"name": "light-blue-react",
"version": "8.3.2",
"private": true,
"scripts": {
"dev": "vite",
"start": "vite",
"start:backend": "cross-env VITE_BACKEND=true vite",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 VITE_BACKEND=true vite build",
"preview": "vite preview",
"lint": "eslint src",
"test": "vitest run",
"test:watch": "vitest"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@amcharts/amcharts4": "^4.10.35",
"@amcharts/amcharts4-geodata": "^4.1.26",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/react": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.11.2",
"animate.css": "4.1.1",
"apexcharts": "^5.6.0",
"awesome-bootstrap-checkbox": "https://github.com/flatlogic/awesome-bootstrap-checkbox#bump-to-bootstrap5",
"axios": "^1.13.5",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.11.3",
"classnames": "^2.3.2",
"cross-env": "^10.1.0",
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.6",
"file-saver": "^2.0.5",
"filesize": "^11.0.13",
"font-awesome": "4.7.0",
"formik": "^2.4.9",
"highcharts": "^12.5.0",
"highcharts-react-official": "^3.2.0",
"line-awesome": "^1.3.0",
"rc-slider": "^11.1.9",
"react": "^19.2.4",
"react-animate-height": "^3.2.3",
"react-apexcharts": "^2.0.1",
"react-bootstrap": "^2.10.10",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.13.0",
"react-select": "^5.10.2",
"react-slick": "^0.31.0",
"react-sortablejs": "^6.1.4",
"react-sparklines": "^1.7.0",
"react-syntax-highlighter": "^16.1.0",
"react-toastify": "^11.0.5",
"react-transition-group": "^4.4.2",
"react-trend": "^1.2.5",
"redux": "^5.0.1",
"sass": "^1.69.5",
"showdown": "^2.1.0",
"sortablejs": "~1.15.4",
"styled-components": "^6.3.11",
"uuid": "^13.0.0",
"yup": "^1.7.1"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"overrides": {
"lodash": "^4.17.23"
},
"devDependencies": {
"@types/react": "^19.2.2",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-react-swc": "^4.2.3",
"ajv": "^8.18.0",
"eslint": "^10.0.1",
"jsdom": "^28.1.0",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}