{ "name": "labfusion-frontend", "version": "1.0.0", "description": "LabFusion Dashboard Frontend", "private": true, "dependencies": { "@ant-design/icons": "^5.2.6", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.5.2", "antd": "^5.12.8", "axios": "^1.6.2", "date-fns": "^2.30.0", "lodash": "^4.17.21", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "react-query": "^3.39.3", "react-router-dom": "^6.8.1", "react-scripts": "5.0.1", "recharts": "^2.8.0", "styled-components": "^6.1.6", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "build:analyze": "npm run build && npx webpack-bundle-analyzer build/static/js/*.js", "test": "react-scripts test", "test:coverage": "npm test -- --coverage --watchAll=false", "lint": "eslint src --ext .js,.jsx,.ts,.tsx", "lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix", "eject": "react-scripts eject" }, "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" ] }, "proxy": "http://localhost:8080", "overrides": { "nth-check": ">=2.0.1", "postcss": ">=8.4.31" } }