|
6 | 6 | "type": "module", |
7 | 7 | "proxy": "http://localhost:8800", |
8 | 8 | "dependencies": { |
9 | | - "@fortawesome/fontawesome-free": "^7.2.0", |
10 | | - "@fortawesome/fontawesome-svg-core": "^7.2.0", |
11 | | - "@fortawesome/free-brands-svg-icons": "^7.2.0", |
12 | | - "@fortawesome/free-regular-svg-icons": "^7.2.0", |
13 | | - "@fortawesome/free-solid-svg-icons": "^7.2.0", |
14 | | - "@fortawesome/react-fontawesome": "^3.2.0", |
15 | | - "@fullcalendar/bootstrap": "^6.1.20", |
16 | | - "@fullcalendar/core": "^6.1.20", |
17 | | - "@fullcalendar/daygrid": "^6.1.20", |
18 | | - "@fullcalendar/interaction": "^6.1.20", |
19 | | - "@fullcalendar/react": "^6.1.20", |
20 | | - "@highcharts/map-collection": "^2.3.2", |
21 | | - "@uiw/react-color-chrome": "^2.9.6", |
22 | | - "@uiw/react-color-wheel": "^2.9.6", |
23 | | - "axios": "^1.13.6", |
24 | | - "bootstrap": "^5.3.8", |
25 | | - "export-to-csv": "^1.3.0", |
26 | | - "highcharts": "^12.5.0", |
27 | | - "i18next": "^25.8.20", |
28 | | - "i18next-chained-backend": "^5.0.2", |
29 | | - "i18next-http-backend": "^3.0.2", |
30 | | - "i18next-localstorage-backend": "^4.3.1", |
31 | | - "masonry-layout": "^4.2.2", |
32 | | - "moment": "^2.30.1", |
33 | | - "react": "^19.1.1", |
34 | | - "react-bootstrap": "^2.10.10", |
35 | | - "react-bootstrap-range-slider": "^3.0.8", |
36 | | - "react-dom": "^19.1.1", |
37 | | - "react-i18next": "^16.5.8", |
38 | | - "react-mcjsonchat": "^1.0.0", |
39 | | - "react-router": "^7.13.1", |
40 | | - "react-select": "^5.10.2", |
41 | | - "react-transition-group": "^4.4.5", |
42 | | - "sass": "^1.98.0", |
43 | | - "swagger-ui-dist": "^5.32.1" |
| 9 | + "@fortawesome/fontawesome-free": "7.2.0", |
| 10 | + "@fortawesome/fontawesome-svg-core": "7.2.0", |
| 11 | + "@fortawesome/free-brands-svg-icons": "7.2.0", |
| 12 | + "@fortawesome/free-regular-svg-icons": "7.2.0", |
| 13 | + "@fortawesome/free-solid-svg-icons": "7.2.0", |
| 14 | + "@fortawesome/react-fontawesome": "3.2.0", |
| 15 | + "@fullcalendar/bootstrap": "6.1.20", |
| 16 | + "@fullcalendar/core": "6.1.20", |
| 17 | + "@fullcalendar/daygrid": "6.1.20", |
| 18 | + "@fullcalendar/interaction": "6.1.20", |
| 19 | + "@fullcalendar/react": "6.1.20", |
| 20 | + "@highcharts/map-collection": "2.3.2", |
| 21 | + "@uiw/react-color-chrome": "2.9.6", |
| 22 | + "@uiw/react-color-wheel": "2.9.6", |
| 23 | + "axios": "1.13.6", |
| 24 | + "bootstrap": "5.3.8", |
| 25 | + "export-to-csv": "1.4.0", |
| 26 | + "highcharts": "12.5.0", |
| 27 | + "i18next": "25.8.20", |
| 28 | + "i18next-chained-backend": "5.0.2", |
| 29 | + "i18next-http-backend": "3.0.2", |
| 30 | + "i18next-localstorage-backend": "4.3.1", |
| 31 | + "masonry-layout": "4.2.2", |
| 32 | + "moment": "2.30.1", |
| 33 | + "react": "19.1.1", |
| 34 | + "react-bootstrap": "2.10.10", |
| 35 | + "react-bootstrap-range-slider": "3.0.8", |
| 36 | + "react-dom": "19.1.1", |
| 37 | + "react-i18next": "16.5.8", |
| 38 | + "react-mcjsonchat": "1.0.0", |
| 39 | + "react-router": "7.13.1", |
| 40 | + "react-select": "5.10.2", |
| 41 | + "react-transition-group": "4.4.5", |
| 42 | + "sass": "1.98.0", |
| 43 | + "swagger-ui-dist": "5.32.1" |
44 | 44 | }, |
45 | 45 | "scripts": { |
46 | 46 | "start": "vite", |
|
65 | 65 | ] |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@types/react": "^19.2.14", |
69 | | - "@types/react-dom": "^19.2.3", |
70 | | - "@vitejs/plugin-react": "^5.2.0", |
71 | | - "baseline-browser-mapping": "^2.10.9", |
72 | | - "typescript": "^5.9.3", |
73 | | - "vite": "^7.3.1" |
| 68 | + "@types/react": "19.2.14", |
| 69 | + "@types/react-dom": "19.2.3", |
| 70 | + "@vitejs/plugin-react": "5.2.0", |
| 71 | + "baseline-browser-mapping": "2.10.9", |
| 72 | + "typescript": "5.9.3", |
| 73 | + "vite": "7.3.1" |
74 | 74 | }, |
75 | 75 | "scarfSettings": { |
76 | 76 | "enabled": false |
|
0 commit comments