|
1 | 1 | { |
2 | | - "name": "feast-ui", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "dependencies": { |
| 2 | + "name": "@feast-dev/feast-ui", |
| 3 | + "version": "0.19.0", |
| 4 | + "private": false, |
| 5 | + "files": [ |
| 6 | + "dist" |
| 7 | + ], |
| 8 | + "main": "./dist/feast-ui.cjs", |
| 9 | + "module": "./dist/feast-ui.module.js", |
| 10 | + "peerDependencies": { |
6 | 11 | "@elastic/datemath": "^5.0.3", |
7 | | - "@elastic/eui": "^50.0.0", |
8 | | - "@emotion/react": "^11.8.1", |
9 | | - "@testing-library/jest-dom": "^5.16.2", |
10 | | - "@testing-library/react": "^12.1.3", |
11 | | - "@testing-library/user-event": "^13.5.0", |
| 12 | + "@elastic/eui": "^46.1.0", |
| 13 | + "@emotion/react": "^11.7.1", |
12 | 14 | "@types/d3": "^7.1.0", |
13 | | - "@types/jest": "^27.4.1", |
14 | | - "@types/node": "^17.0.21", |
15 | | - "@types/react": "^17.0.39", |
16 | | - "@types/react-dom": "^17.0.13", |
| 15 | + "@types/react": "^17.0.20", |
| 16 | + "@types/react-dom": "^17.0.9", |
17 | 17 | "d3": "^7.3.0", |
18 | 18 | "inter-ui": "^3.19.3", |
19 | 19 | "moment": "^2.29.1", |
20 | 20 | "prop-types": "^15.8.1", |
21 | 21 | "query-string": "^7.1.1", |
22 | 22 | "react": "^17.0.2", |
23 | 23 | "react-dom": "^17.0.2", |
24 | | - "react-query": "^3.34.16", |
| 24 | + "react-query": "^3.34.12", |
| 25 | + "react-router-dom": "6", |
| 26 | + "react-scripts": "^5.0.0", |
| 27 | + "typescript": "^4.4.2", |
| 28 | + "use-query-params": "^1.2.3", |
| 29 | + "zod": "^3.11.6" |
| 30 | + }, |
| 31 | + "dependencies": { |
| 32 | + "@elastic/datemath": "^5.0.3", |
| 33 | + "@elastic/eui": "^46.1.0", |
| 34 | + "@emotion/react": "^11.7.1", |
| 35 | + "@types/d3": "^7.1.0", |
| 36 | + "@types/jest": "^27.0.1", |
| 37 | + "@types/node": "^16.7.13", |
| 38 | + "@types/react": "^17.0.20", |
| 39 | + "@types/react-dom": "^17.0.9", |
| 40 | + "d3": "^7.3.0", |
| 41 | + "inter-ui": "^3.19.3", |
| 42 | + "moment": "^2.29.1", |
| 43 | + "prop-types": "^15.8.1", |
| 44 | + "query-string": "^7.1.1", |
| 45 | + "react-query": "^3.34.12", |
25 | 46 | "react-router-dom": "6", |
26 | | - "react-scripts": "5.0.0", |
27 | | - "typescript": "^4.6.2", |
| 47 | + "react-scripts": "^5.0.0", |
28 | 48 | "use-query-params": "^1.2.3", |
29 | | - "web-vitals": "^2.1.4", |
30 | | - "zod": "^3.13.4" |
| 49 | + "zod": "^3.11.6" |
31 | 50 | }, |
32 | 51 | "scripts": { |
33 | 52 | "start": "react-scripts start", |
34 | 53 | "build": "react-scripts build", |
| 54 | + "build:lib": "rimraf ./dist && tsc && rollup -c", |
| 55 | + "build:lib-dev": "rimraf ./dist && tsc && rollup -c && yalc publish -f", |
35 | 56 | "test": "react-scripts test", |
36 | 57 | "eject": "react-scripts eject" |
37 | 58 | }, |
|
59 | 80 | ] |
60 | 81 | }, |
61 | 82 | "devDependencies": { |
62 | | - "msw": "^0.38.2" |
| 83 | + "@babel/core": "^7.17.5", |
| 84 | + "@babel/preset-env": "^7.16.11", |
| 85 | + "@babel/preset-react": "^7.16.7", |
| 86 | + "@rollup/plugin-babel": "^5.3.1", |
| 87 | + "@rollup/plugin-commonjs": "^21.0.2", |
| 88 | + "@rollup/plugin-json": "^4.1.0", |
| 89 | + "@rollup/plugin-node-resolve": "^13.1.3", |
| 90 | + "@rollup/plugin-typescript": "^8.3.1", |
| 91 | + "@testing-library/jest-dom": "^5.14.1", |
| 92 | + "@testing-library/react": "^12.0.0", |
| 93 | + "@testing-library/user-event": "^13.2.1", |
| 94 | + "msw": "^0.36.8", |
| 95 | + "react": "^17.0.2", |
| 96 | + "react-dom": "^17.0.2", |
| 97 | + "rimraf": "^3.0.2", |
| 98 | + "rollup": "^2.68.0", |
| 99 | + "rollup-plugin-copy": "^3.4.0", |
| 100 | + "rollup-plugin-import-css": "^3.0.2", |
| 101 | + "rollup-plugin-svg": "^2.0.0", |
| 102 | + "rollup-plugin-svgo": "^1.1.0", |
| 103 | + "rollup-plugin-terser": "^7.0.2", |
| 104 | + "tslib": "^2.3.1", |
| 105 | + "typescript": "^4.4.2" |
| 106 | + }, |
| 107 | + "description": "Web UI for the [Feast Feature Store](https://feast.dev/)", |
| 108 | + "repository": { |
| 109 | + "type": "git", |
| 110 | + "url": "git+https://github.com/feast-dev/feast.git" |
| 111 | + }, |
| 112 | + "keywords": [ |
| 113 | + "Feast", |
| 114 | + "Feature", |
| 115 | + "Store" |
| 116 | + ], |
| 117 | + "author": "tony@tecton.ai", |
| 118 | + "license": "Apache-2.0", |
| 119 | + "bugs": { |
| 120 | + "url": "https://github.com/feast-dev/feast/issues" |
63 | 121 | } |
64 | 122 | } |
0 commit comments