{ "name": "@feast-dev/feast-ui", "version": "0.19.0", "private": false, "files": [ "dist" ], "main": "./dist/feast-ui.cjs", "module": "./dist/feast-ui.module.js", "peerDependencies": { "@elastic/datemath": "^5.0.3", "@elastic/eui": "^46.1.0", "@emotion/react": "^11.7.1", "@types/d3": "^7.1.0", "@types/react": "^17.0.20", "@types/react-dom": "^17.0.9", "d3": "^7.3.0", "inter-ui": "^3.19.3", "moment": "^2.29.1", "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.4.2", "use-query-params": "^1.2.3", "zod": "^3.11.6" }, "dependencies": { "@elastic/datemath": "^5.0.3", "@elastic/eui": "^46.1.0", "@emotion/react": "^11.7.1", "@types/d3": "^7.1.0", "@types/jest": "^27.0.1", "@types/node": "^16.7.13", "@types/react": "^17.0.20", "@types/react-dom": "^17.0.9", "d3": "^7.3.0", "inter-ui": "^3.19.3", "moment": "^2.29.1", "prop-types": "^15.8.1", "query-string": "^7.1.1", "react-query": "^3.34.12", "react-router-dom": "6", "react-scripts": "^5.0.0", "use-query-params": "^1.2.3", "zod": "^3.11.6" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "build:lib": "rimraf ./dist && tsc && rollup -c", "build:lib-dev": "rimraf ./dist && tsc && rollup -c && yalc publish -f", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "jest": { "moduleNameMapper": { "d3": "/node_modules/d3/dist/d3.min.js" } }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-typescript": "^8.3.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.2.1", "msw": "^0.36.8", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "rollup": "^2.68.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-import-css": "^3.0.2", "rollup-plugin-svg": "^2.0.0", "rollup-plugin-svgo": "^1.1.0", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.3.1", "typescript": "^4.4.2" }, "description": "Web UI for the [Feast Feature Store](https://feast.dev/)", "repository": { "type": "git", "url": "git+https://github.com/feast-dev/feast.git" }, "keywords": [ "Feast", "Feature", "Store" ], "author": "tony@tecton.ai", "license": "Apache-2.0", "bugs": { "url": "https://github.com/feast-dev/feast/issues" } }