{ "name": "project-mad-backoffice", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint ./src --ext js,jsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint --fix src/**/*.{js,jsx}", "format": "prettier --cache --write .", "preview": "vite preview" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/react-fontawesome": "^0.2.2", "@reduxjs/toolkit": "^2.2.7", "@tanstack/react-table": "^8.20.1", "animate.css": "^4.1.1", "classnames": "^2.5.1", "cronstrue": "^2.52.0", "d3": "^7.9.0", "i18next": "^23.14.0", "lodash-es": "^4.17.21", "react": "^17.0.2", "react-bootstrap": "0.33.1", "react-dom": "^17.0.2", "react-hook-form": "^7.52.2", "react-redux": "^8.1.3", "react-router-dom": "^6.26.1", "react-select": "^5.8.0", "uuid": "^10.0.0" }, "devDependencies": { "@eslint/js": "^9.9.0", "@faker-js/faker": "^8.4.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "bootstrap-sass": "^3.4.1", "eslint": "^9.9.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "prettier": "^3.3.3", "sass": "^1.77.8", "vite": "^5.4.1" } }