132 lines
3.8 KiB
JSON
132 lines
3.8 KiB
JSON
{
|
|
"name": "sgs-web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.13.8",
|
|
"@casl/react": "4.0.0",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mui/icons-material": "^5.2.4",
|
|
"@mui/material": "^5.2.4",
|
|
"animate.css": "4.1.1",
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "4.5.2",
|
|
"chart.js": "^4.3.0",
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
"classnames": "2.2.6",
|
|
"dotenv": "^14.3.2",
|
|
"file-saver": "^2.0.5",
|
|
"graphql": "^16.11.0",
|
|
"html2canvas": "^1.4.1",
|
|
"i18next": "^22.4.14",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"i18next-http-backend": "^2.2.0",
|
|
"jquery": "^3.7.1",
|
|
"jspdf": "^2.5.1",
|
|
"jwt-decode": "^3.1.2",
|
|
"leaflet": "^1.6.0",
|
|
"material-react-table": "^1.14.0",
|
|
"moment": "2.29.1",
|
|
"notistack": "^2.0.8",
|
|
"postcss-rtl": "1.5.0",
|
|
"prop-types": "15.7.2",
|
|
"react": "17.0.1",
|
|
"react-bootstrap": "^2.10.6",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-color": "^2.19.3",
|
|
"react-data-table-component": "^7.5.0",
|
|
"react-datepicker": "^4.16.0",
|
|
"react-dom": "17.0.1",
|
|
"react-feather": "~2.0.3",
|
|
"react-i18next": "^12.2.0",
|
|
"react-intl": "6.0.5",
|
|
"react-leaflet": "^3.2.5",
|
|
"react-paginate": "8.2.0",
|
|
"react-perfect-scrollbar": "^1.5.5",
|
|
"react-redux": "7.2.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scroll-up": "1.3.7",
|
|
"react-select": "4.0.2",
|
|
"react-toastify": "^7.0.3",
|
|
"reactstrap": "9.2.3",
|
|
"redux": "4.0.5",
|
|
"redux-debounced": "0.5.0",
|
|
"redux-thunk": "2.3.0",
|
|
"styled-components": "^5.3.6",
|
|
"sweetalert2": "11.0.0",
|
|
"sweetalert2-react-content": "4.2.0",
|
|
"swiper": "6.0.4",
|
|
"uuid": "^9.0.0",
|
|
"web-vitals": "^1.0.1",
|
|
"websocket": "^1.0.34",
|
|
"wnumb": "1.2.0",
|
|
"xlsx": "^0.18.5",
|
|
"yarn": "1.21.1",
|
|
"yup": "0.32.8"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build:dev": "react-app-rewired build --mode development",
|
|
"build:prod": "react-app-rewired build --mode production",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src/**/*.js src/**/*.jsx",
|
|
"lint:fix": "eslint src/**/*.js --fix"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.27.1",
|
|
"@babel/preset-react": "^7.27.1",
|
|
"@craco/craco": "^7.1.0",
|
|
"@swc/core": "^1.11.24",
|
|
"@types/leaflet": "^1.7.5",
|
|
"@types/sortablejs": "^1.10.6",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^10.0.0",
|
|
"babel-plugin-styled-components": "^2.1.4",
|
|
"core-js": "^3.42.0",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-react": "^7.33.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"react-app-rewire-postcss": "^3.0.2",
|
|
"react-app-rewired": "^2.2.1",
|
|
"react-error-overlay": "^6.0.9",
|
|
"react-loadable": "^5.5.0",
|
|
"react-scripts": "^5.0.1",
|
|
"sass": "^1.81.0",
|
|
"sass-loader": "^8.0.2",
|
|
"swc-loader": "^0.2.6",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^5.96.1"
|
|
},
|
|
"resolutions": {
|
|
"react-error-overlay": "6.0.9"
|
|
},
|
|
"homepage": ""
|
|
}
|