|
2 | 2 | "name": "react-ui",
|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
| 5 | + "engines": { |
| 6 | + "node": "16.x" |
| 7 | + }, |
5 | 8 | "dependencies": {
|
6 | 9 | "@capaj/pluralize": "^1.0.4",
|
7 | 10 | "@emotion/react": "^11.7.1",
|
|
13 | 16 | "@mui/material": "^5.4.2",
|
14 | 17 | "@polymer/iron-icon": "^3.0.1",
|
15 | 18 | "@polymer/iron-icons": "^3.0.1",
|
16 |
| - "@testing-library/jest-dom": "^5.15.1", |
17 |
| - "@testing-library/react": "^11.2.7", |
18 |
| - "@testing-library/user-event": "^12.8.3", |
19 |
| - "@types/jest": "^26.0.24", |
20 |
| - "@types/node": "^12.20.37", |
21 |
| - "@types/react": "^17.0.37", |
22 |
| - "@types/react-dom": "^17.0.11", |
23 |
| - "@types/vis": "^4.21.23", |
24 | 19 | "@vaadin/button": "^22.0.3",
|
25 | 20 | "@vaadin/context-menu": "^22.0.2",
|
26 | 21 | "@vaadin/vaadin-app-layout": "^22.0.2",
|
|
33 | 28 | "d3": "^7.3.0",
|
34 | 29 | "egeria-js-commons": "github:odpi/egeria-js-commons",
|
35 | 30 | "elkjs": "^0.7.1",
|
36 |
| - "happi-graph": "github:sarbull/happi-graph-1#happi-graph-in-react", |
| 31 | + "happi-graph": "github:odpi/happi-graph#react", |
37 | 32 | "history": "^5.2.0",
|
38 |
| - "http-proxy-middleware": "^2.0.1", |
39 |
| - "lit": "^2.1.1", |
40 |
| - "lit-element": "^3.1.1", |
41 | 33 | "multiselect-combo-box": "^3.0.0-alpha",
|
42 | 34 | "node-sass": "^6.0.1",
|
43 | 35 | "react": "^17.0.2",
|
44 |
| - "react-autocomplete": "^1.8.1", |
45 | 36 | "react-dom": "^17.0.2",
|
46 | 37 | "react-icons": "^4.3.1",
|
47 | 38 | "react-router-dom": "^5.3.0",
|
48 |
| - "react-scripts": "5.0.0", |
49 | 39 | "rxjs": "^7.5.1",
|
50 |
| - "typescript": "^4.5.2", |
51 | 40 | "uuid": "^8.3.2",
|
52 | 41 | "vis-network": "^9.0.4",
|
53 | 42 | "web-vitals": "^1.1.2",
|
54 | 43 | "web-worker": "^1.2.0"
|
55 | 44 | },
|
| 45 | + "devDependencies": { |
| 46 | + "@testing-library/jest-dom": "^5.15.1", |
| 47 | + "@testing-library/react": "^11.2.7", |
| 48 | + "@testing-library/user-event": "^12.8.3", |
| 49 | + "@types/d3": "^7.1.0", |
| 50 | + "@types/enzyme": "^3.10.10", |
| 51 | + "@types/jest": "^26.0.24", |
| 52 | + "@types/node": "^12.20.55", |
| 53 | + "@types/react": "^17.0.45", |
| 54 | + "@types/react-dom": "^17.0.17", |
| 55 | + "typescript": "^4.7.3", |
| 56 | + "@types/react-router-dom": "^5.3.3", |
| 57 | + "@types/uuid": "^8.3.4", |
| 58 | + "@types/vis": "^4.21.23", |
| 59 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.5", |
| 60 | + "enzyme": "^3.11.0", |
| 61 | + "http-proxy-middleware": "^2.0.1", |
| 62 | + "react-scripts": "^5.0.1" |
| 63 | + }, |
56 | 64 | "scripts": {
|
57 | 65 | "preinstall": "node preinstall.js",
|
58 | 66 | "start": "react-scripts start --watch",
|
|
82 | 90 | "transformIgnorePatterns": [
|
83 | 91 | "/node_modules/(?!egeria-js-commons)"
|
84 | 92 | ]
|
85 |
| - }, |
86 |
| - "devDependencies": { |
87 |
| - "@types/d3": "^7.1.0", |
88 |
| - "@types/enzyme": "^3.10.10", |
89 |
| - "@types/react-router-dom": "^5.3.1", |
90 |
| - "@types/uuid": "^8.3.4", |
91 |
| - "@wojtekmaj/enzyme-adapter-react-17": "^0.6.5", |
92 |
| - "enzyme": "^3.11.0" |
93 | 93 | }
|
94 | 94 | }
|
0 commit comments