2026-02-21 09:27:41 +00:00

129 lines
3.9 KiB
JSON

{
"name": "light-blue-react",
"version": "8.3.1",
"private": true,
"scripts": {
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build",
"start": "react-app-rewired --openssl-legacy-provider start",
"start:backend": "cross-env REACT_APP_BACKEND=true react-app-rewired --openssl-legacy-provider start",
"test": "react-app-rewired --openssl-legacy-provider test"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.35",
"@amcharts/amcharts4-geodata": "^4.1.26",
"@fullcalendar/core": "5.11.0",
"@fullcalendar/daygrid": "5.11.0",
"@fullcalendar/interaction": "5.11.0",
"@fullcalendar/list": "5.11.0",
"@fullcalendar/react": "5.11.1",
"@fullcalendar/timegrid": "5.11.0",
"animate.css": "4.1.1",
"apexcharts": "^3.40.0",
"assert": "^2.1.0",
"awesome-bootstrap-checkbox": "https://github.com/flatlogic/awesome-bootstrap-checkbox#bump-to-bootstrap5",
"axios": "^0.27.2",
"bootstrap": "5.2.3",
"bootstrap-icons": "^1.11.3",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"connected-react-router": "6.9.3",
"cross-env": "7.0.3",
"crypto-browserify": "^3.12.0",
"draft-js": "^0.11.7",
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
"file-saver": "^2.0.5",
"filesize": "^6.4.0",
"font-awesome": "4.7.0",
"formik": "1.5.8",
"formsy-react": "0.19.5",
"highcharts": "^10.3.3",
"highcharts-react-official": "^3.2.0",
"history": "^4.10.1",
"https-browserify": "^1.0.0",
"jasny-bootstrap": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"line-awesome": "^1.3.0",
"md5": "^2.3.0",
"messenger": "https://github.com/HubSpot/messenger.git",
"moment": "^2.29.4",
"nvd3": "1.8.6",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"rc-color-picker": "^1.2.6",
"rc-hammerjs": "0.6.10",
"rc-slider": "^9.7.5",
"react": "^18.3.1",
"react-animate-height": "^2.1.2",
"react-animated-number": "^0.4.4",
"react-apexcharts": "^1.4.0",
"react-app-polyfill": "^0.2.2",
"react-app-rewired": "^2.2.1",
"react-autosize-textarea": "^5.0.1",
"react-bootstrap-icons": "^1.11.4",
"react-bootstrap-table": "4.3.1",
"react-bootstrap-table-next": "^3.3.5",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^1.4.2",
"react-datetime": "^3.2.0",
"react-dev-utils": "^6.1.1",
"react-dom": "^18.3.1",
"react-draft-wysiwyg": "1.15.0",
"react-dropzone": "^11.7.1",
"react-google-maps": "^9.4.5",
"react-images": "0.5.19",
"react-maskedinput": "^4.0.1",
"react-mde": "^11.5.0",
"react-redux": "7.2.8",
"react-router": "5.3.3",
"react-router-dom": "5.3.3",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-scrollspy": "^3.4.3",
"react-select": "^3.2.0",
"react-shuffle": "2.1.0",
"react-slick": "^0.30.2",
"react-sortable-hoc": "^1.11.0",
"react-sortable-tree": "^2.8.0",
"react-sortablejs": "1.5.1",
"react-sparklines": "^1.7.0",
"react-syntax-highlighter": "^13.5.3",
"react-table": "6.11.5",
"react-tagsinput": "^3.20.0",
"react-toastify": "^6.2.0",
"react-transition-group": "^4.4.2",
"react-trend": "^1.2.5",
"reactstrap": "^9.1.10",
"redux": "^4.2.1",
"redux-thunk": "^2.4.1",
"rickshaw": "1.7.1",
"sass": "^1.69.5",
"sass-loader": "^10",
"showdown": "^1.9.1",
"skycons": "^1.0.0",
"sortablejs": "~1.15.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.10",
"url": "^0.11.4",
"uuid": "^8.3.2",
"vm-browserify": "^1.1.2",
"yup": "^0.32.11"
},
"engines": {
"node": "^20.15"
},
"resolutions": {
"react-dom": "18.2.0"
}
}