{ "name": "scheduler-ui", "version": "0.1.0", "private": true, "dependencies": { "@chakra-ui/icons": "^2.1.1", "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@testing-library/jest-dom": "^6.2.1", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11", "@types/node": "^20.11.5", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "framer-motion": "^11.0.2", "js-file-download": "^0.4.12", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.0.1", "react-inlinesvg": "^4.1.1", "react-router-dom": "^6.21.3", "react-scripts": "5.0.1", "react-table": "^7.8.0", "react-timeago": "^7.2.0", "typescript": "^5.3.3", "web-vitals": "^3.5.1" }, "scripts": { "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts --openssl-legacy-provider build", "test": "react-scripts test", "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" ] }, "devDependencies": { "@types/react-table": "^7.7.19", "@types/react-timeago": "^4.1.7", "prettier": "^3.2.4", "http-proxy-middleware": "^2.0.6" } }