{ "name": "labfusion-frontend", "version": "1.0.0", "description": "LabFusion Dashboard Frontend", "private": true, "dependencies": { "@ant-design/icons": "latest", "@testing-library/jest-dom": "latest", "@testing-library/react": "latest", "@testing-library/user-event": "latest", "antd": "latest", "axios": "latest", "date-fns": "latest", "lodash": "latest", "prop-types": "latest", "react": "latest", "react-dom": "latest", "react-hook-form": "latest", "react-query": "latest", "react-router-dom": "latest", "react-scripts": "^0.0.0", "recharts": "latest", "styled-components": "latest", "web-vitals": "latest" }, "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": "latest", "postcss": "latest" } }