|
9 | 9 | "@testing-library/jest-dom": "^4.2.4", |
10 | 10 | "@testing-library/react": "^9.5.0", |
11 | 11 | "@testing-library/user-event": "^7.2.1", |
12 | | - "popper.js": "^1.16.1", |
13 | 12 | "array-move": "^2.2.1", |
14 | 13 | "bootstrap": "^4.5.0", |
15 | 14 | "browserify": "^17.0.0", |
|
20 | 19 | "evergreen-ui": "^2.0.1", |
21 | 20 | "html2canvas": "^1.3.2", |
22 | 21 | "jquery": "^3.5.1", |
23 | | - "lodash": "^4.17.21", |
24 | 22 | "jspdf": "^2.3.1", |
25 | | - "phylotree": "github:mwittep/phylotree.js", |
| 23 | + "lodash": "^4.17.21", |
| 24 | + "phylotree": "github:Integrative-Transcriptomics/phylotree.js", |
| 25 | + "popper.js": "^1.16.1", |
26 | 26 | "react": "^16.13.1", |
27 | 27 | "react-bootstrap": "^1.0.1", |
28 | 28 | "react-color": "^2.18.1", |
29 | 29 | "react-dom": "^16.13.1", |
30 | 30 | "react-draggable": "^4.4.3", |
31 | 31 | "react-loading-overlay": "^1.0.1", |
32 | | - "react-scripts": "^4.*.*", |
| 32 | + "react-scripts": "^5.0.1", |
33 | 33 | "react-select": "^2.4.4", |
34 | 34 | "react-sortable-hoc": "^1.11.0", |
35 | 35 | "react-virtualized": "^9.21.2", |
|
38 | 38 | "scripts": { |
39 | 39 | "server": "cd server && flask run --no-debugger", |
40 | 40 | "evidente": "run-p server start", |
41 | | - "start": "react-scripts start", |
42 | | - "build": "react-scripts build", |
| 41 | + "start": "react-scripts --openssl-legacy-provider start", |
| 42 | + "build": "react-scripts --openssl-legacy-provider build", |
43 | 43 | "test": "react-scripts test", |
44 | 44 | "eject": "react-scripts eject" |
45 | 45 | }, |
|
0 commit comments