|
17 | 17 | "node": ">12.22.7" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
| 20 | + "@date-io/moment": "^1.3.13", |
20 | 21 | "@fortawesome/fontawesome-svg-core": "^1.2.32", |
21 | 22 | "@fortawesome/free-solid-svg-icons": "^5.14.0", |
22 | 23 | "@fortawesome/react-fontawesome": "^0.1.12", |
23 | 24 | "@material-ui/core": "^4.12.3", |
24 | 25 | "@material-ui/icons": "^4.11.2", |
25 | 26 | "@material-ui/lab": "^4.0.0-alpha.56", |
| 27 | + "@material-ui/pickers": "^3.3.10", |
26 | 28 | "@material-ui/styles": "^4.11.4", |
27 | 29 | "@types/react-router-dom": "^5.1.2", |
28 | 30 | "@types/react-syntax-highlighter": "^13.5.2", |
|
45 | 47 | "d3-scale": "^3.2.1", |
46 | 48 | "d3-selection": "^1.4.1", |
47 | 49 | "dagre": "^0.8.5", |
| 50 | + "file-saver": "^2.0.5", |
48 | 51 | "http-proxy-middleware": "^0.20.0", |
49 | 52 | "lodash": "^4.17.21", |
50 | 53 | "moment": "^2.29.4", |
|
53 | 56 | "react": "^16.8.0", |
54 | 57 | "react-dom": "^16.8.0", |
55 | 58 | "react-helmet-async": "^1.3.0", |
| 59 | + "react-inlinesvg": "^3.0.1", |
56 | 60 | "react-redux": "^6.0.1", |
57 | 61 | "react-router-dom": "^5.1.2", |
58 | 62 | "react-syntax-highlighter": "^15.4.4", |
|
71 | 75 | "@types/dagre": "^0.7.44", |
72 | 76 | "@types/enzyme": "^3.1.16", |
73 | 77 | "@types/enzyme-adapter-react-16": "^1.0.3", |
| 78 | + "@types/file-saver": "^2.0.5", |
74 | 79 | "@types/jest": "^27.5.2", |
75 | 80 | "@types/lodash": "^4.14.123", |
76 | 81 | "@types/material-ui": "^0.21.7", |
|
0 commit comments