2022-04-06 16:37:23 +02:00
|
|
|
{
|
2022-08-27 21:26:30 +02:00
|
|
|
"license": "LGPL-3.0-or-later",
|
2022-04-06 16:37:23 +02:00
|
|
|
"name": "dashboard",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2023-12-10 08:29:01 +01:00
|
|
|
"type": "module",
|
2023-03-04 12:36:05 +01:00
|
|
|
"proxy": "http://localhost:8800",
|
2022-04-06 16:37:23 +02:00
|
|
|
"dependencies": {
|
2023-09-23 21:24:34 +02:00
|
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
2023-12-09 08:34:49 +01:00
|
|
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
2023-12-09 08:11:32 +01:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
2023-12-09 08:35:05 +01:00
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
2023-12-09 08:11:11 +01:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
2023-12-09 08:34:58 +01:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
2022-07-03 13:27:29 +02:00
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2024-03-03 09:19:47 +01:00
|
|
|
"@fullcalendar/bootstrap": "^6.1.11",
|
2024-02-28 18:38:47 +01:00
|
|
|
"@fullcalendar/core": "^6.1.11",
|
2024-03-03 09:21:07 +01:00
|
|
|
"@fullcalendar/daygrid": "^6.1.11",
|
2024-03-03 09:18:33 +01:00
|
|
|
"@fullcalendar/interaction": "^6.1.11",
|
2024-03-03 09:21:23 +01:00
|
|
|
"@fullcalendar/react": "^6.1.11",
|
2023-06-11 13:23:51 +02:00
|
|
|
"@highcharts/map-collection": "^2.1.0",
|
2024-02-17 08:26:02 +01:00
|
|
|
"@testing-library/jest-dom": "^6.4.2",
|
2024-02-03 12:52:35 +01:00
|
|
|
"@testing-library/react": "^14.2.1",
|
2024-01-07 10:38:23 +01:00
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2024-03-23 12:05:43 +01:00
|
|
|
"axios": "^1.6.8",
|
2024-02-28 18:38:06 +01:00
|
|
|
"bootstrap": "^5.3.3",
|
2024-03-09 09:11:52 +01:00
|
|
|
"export-to-csv": "^1.2.4",
|
2023-02-05 14:42:05 +01:00
|
|
|
"highcharts": "^10.3.3",
|
2024-03-23 12:06:31 +01:00
|
|
|
"i18next": "^23.10.1",
|
2023-11-18 13:18:26 +01:00
|
|
|
"i18next-chained-backend": "^4.6.2",
|
2024-02-28 18:38:16 +01:00
|
|
|
"i18next-http-backend": "^2.5.0",
|
2023-09-22 15:46:01 +02:00
|
|
|
"i18next-localstorage-backend": "^4.2.0",
|
2022-04-06 16:37:23 +02:00
|
|
|
"masonry-layout": "^4.2.2",
|
2024-01-04 15:00:04 +01:00
|
|
|
"moment": "^2.30.1",
|
2023-02-06 18:01:33 +01:00
|
|
|
"react": "^18.2.0",
|
2024-02-17 09:12:51 +01:00
|
|
|
"react-bootstrap": "^2.10.1",
|
2023-03-05 08:06:01 +01:00
|
|
|
"react-bootstrap-range-slider": "^3.0.8",
|
2023-02-06 18:01:33 +01:00
|
|
|
"react-dom": "^18.2.0",
|
2024-03-09 09:11:23 +01:00
|
|
|
"react-i18next": "^14.1.0",
|
2022-10-29 07:23:16 +02:00
|
|
|
"react-mcjsonchat": "^1.0.0",
|
2022-04-06 16:37:23 +02:00
|
|
|
"react-router-dom": "6",
|
2024-02-28 18:40:05 +01:00
|
|
|
"sass": "^1.71.1",
|
2022-04-06 16:37:23 +02:00
|
|
|
"source-map-explorer": "^2.5.2",
|
2024-03-23 12:04:19 +01:00
|
|
|
"swagger-ui": "^5.12.0",
|
2022-09-16 12:39:34 +02:00
|
|
|
"web-vitals": "^3.0.2"
|
2022-04-06 16:37:23 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-12-10 08:29:01 +01:00
|
|
|
"start": "vite",
|
|
|
|
"build": "vite build",
|
2022-04-06 16:37:23 +02:00
|
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2023-12-10 08:29:01 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-04 16:01:18 +01:00
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
2024-03-09 09:10:54 +01:00
|
|
|
"vite": "^5.1.5"
|
2022-04-06 16:37:23 +02:00
|
|
|
}
|
|
|
|
}
|