{ "name": "example-feast-ui", "version": "0.1.0", "private": true, "dependencies": { "@elastic/datemath": "^5.0.3", "@elastic/eui": "^72.0.0", "@emotion/react": "^11.9.0", "@feast-dev/feast-ui": "0.56.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", "@testing-library/user-event": "^13.5.0", "@types/d3": "^7.1.0", "d3": "^7.4.4", "inter-ui": "^3.19.3", "moment": "^2.29.4", "prop-types": "^15.8.1", "query-string": "^7.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-query": "^3.34.12", "react-router-dom": "6", "react-scripts": "^5.0.0", "typescript": "^4.6.4", "use-query-params": "^1.2.3", "web-vitals": "^2.1.4", "zod": "^3.22.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts 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" ] } }