38773-vm/package.json
2026-05-11 17:27:17 +02:00

93 lines
2.6 KiB
JSON

{
"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"
}
}