{ "name": "drc-planning-department-app", "version": "0.1.0", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "6.5.1", "@fullcalendar/core": "6.1.10", "@fullcalendar/daygrid": "6.1.10", "@fullcalendar/interaction": "6.1.10", "@reduxjs/toolkit": "^2.2.6", "@tanstack/react-query": "^5.49.2", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.12", "@types/node": "^20.14.9", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "axios": "^1.7.2", "bootstrap": "4.6.2", "chart.js": "2.9.4", "classnames": "2.3.2", "cross-env": "^7.0.3", "dropzone": "5.9.3", "formik": "^2.4.6", "husky": "^9.0.11", "lint-staged": "^15.2.7", "list.js": "2.3.1", "lodash": "^4.17.21", "moment": "2.29.4", "nouislider": "15.4.0", "prettier": "^3.3.2", "prop-types": "15.8.1", "quill": "1.3.7", "react": "18.2.0", "react-bootstrap-sweetalert": "^5.2.0", "react-bootstrap-table-next": "4.0.3", "react-bootstrap-table2-editor": "^1.4.0", "react-bootstrap-table2-paginator": "2.1.2", "react-bootstrap-table2-toolkit": "2.1.3", "react-chartjs-2": "2.11.2", "react-copy-to-clipboard": "5.1.0", "react-datetime": "3.2.0", "react-dom": "18.2.0", "react-error-boundary": "^4.0.13", "react-helmet-async": "^2.0.5", "react-jvectormap": "0.0.16", "react-notification-alert": "0.0.13", "react-perfect-scrollbar": "1.5.8", "react-quill": "2.0.0", "react-redux": "^9.1.2", "react-router-dom": "6.21.1", "react-scripts": "5.0.1", "react-select2-wrapper": "1.0.4-beta6", "react-to-print": "2.14.15", "reactstrap": "8.10.0", "sass": "1.69.5", "select2": "4.1.0-rc.0", "styled-components": "^6.1.11", "sweetalert2": "11.10.1", "typescript": "^4.9.5", "yup": "^1.4.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "template": "cross-env REACT_APP_RUN_MODE=template react-scripts start", "generate-api": "orval", "lint": "eslint \"src/main/**/*.{ts,tsx}\"", "lint:fix": "eslint \"src/main/**/*.{ts,tsx}\" --fix", "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start", "compile:scss": "sass src/template/assets/scss/argon-dashboard-pro-react.scss src/template/assets/css/argon-dashboard-pro-react.css", "minify:scss": "sass src/template/assets/scss/argon-dashboard-pro-react.scss src/template/assets/css/argon-dashboard-pro-react.min.css --style compressed", "build:scss": "npm run compile:scss && npm run minify:scss && npm run map:scss" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest", "prettier" ] }, "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/plugin-proposal-private-property-in-object": "7.21.11", "@faker-js/faker": "^8.4.1", "@tanstack/react-query-devtools": "^5.0.0-alpha.91", "@types/chart.js": "^2.9.41", "@types/lodash": "^4.17.6", "@types/react-bootstrap-table-next": "^4.0.26", "@types/react-bootstrap-table2-paginator": "^2.1.6", "@types/react-bootstrap-table2-toolkit": "^2.1.13", "@types/styled-components": "^5.1.34", "ajv": "^8.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-prettier": "^5.1.3", "msw": "^2.3.1", "orval": "^6.31.0" }, "lint-staged": { "src/main/**/*.{ts,tsx}": [ "npm run lint:fix" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "overrides": { "svgo": "3.0.2", "fsevents": "2.3.2", "chokidar": "3.5.3", "@babel/plugin-transform-private-property-in-object": "7.23.4" }, "msw": { "workerDirectory": [ "public" ] }, "resolutions": { "styled-components": "^5" } }