|
15 | 15 | "@types/country-list": "^2.1.0", |
16 | 16 | "@types/dagre": "^0.7.48", |
17 | 17 | "@types/jest": "^26.0.8", |
18 | | - "@types/lodash": "^4.14.158", |
19 | 18 | "@types/node": "^14.0.27", |
20 | 19 | "@types/react": "^16.9.44", |
21 | 20 | "@types/react-datepicker": "^4.4.2", |
|
25 | 24 | "@types/react-router-dom": "^5.1.5", |
26 | 25 | "@types/react-scroll": "^1.5.5", |
27 | 26 | "@types/react-syntax-highlighter": "^11.0.4", |
| 27 | + "@types/react-vis": "^1.11.11", |
28 | 28 | "@types/redux-logger": "^3.0.8", |
29 | 29 | "@types/styled-components": "^5.1.26", |
30 | 30 | "axios": "^0.19.2", |
|
41 | 41 | "i18next-browser-languagedetector": "^5.0.0", |
42 | 42 | "json2yaml": "^1.1.0", |
43 | 43 | "jwt-decode": "^3.1.2", |
| 44 | + "lodash": "^4.17.21", |
| 45 | + "lottie-react": "^2.4.0", |
44 | 46 | "moment": "^2.29.4", |
45 | 47 | "node-sass": "^4.14.1", |
46 | 48 | "query-string": "^6.13.1", |
|
52 | 54 | "react-flow-renderer": "^10.3.16", |
53 | 55 | "react-joyride": "^2.5.3", |
54 | 56 | "react-json-pretty": "^2.2.0", |
| 57 | + "react-markdown": "^8.0.6", |
55 | 58 | "react-outside-click-handler": "^1.3.0", |
56 | 59 | "react-redux": "^7.2.1", |
57 | 60 | "react-router-dom": "^5.2.0", |
|
60 | 63 | "react-syntax-highlighter": "^13.3.1", |
61 | 64 | "react-tooltip": "^4.2.10", |
62 | 65 | "react-tooltip-lite": "^1.12.0", |
| 66 | + "react-vis": "^1.11.12", |
63 | 67 | "redux": "^4.0.5", |
64 | 68 | "redux-logger": "^3.0.6", |
65 | 69 | "redux-persist": "^6.0.0", |
|
77 | 81 | "lint": "eslint './src/**/*.ts*'", |
78 | 82 | "fix-lint": "eslint './src/**/*.ts*' --fix", |
79 | 83 | "tslint": "tsc", |
80 | | - "all": "eslint './src/**/*.ts*' & react-scripts test --all & tsc" |
| 84 | + "all": "eslint './src/**/*.ts*' & react-scripts test --all & tsc", |
| 85 | + "storybook": "start-storybook -p 6006 -s public", |
| 86 | + "build-storybook": "build-storybook -s public" |
81 | 87 | }, |
82 | 88 | "browserslist": { |
83 | 89 | "production": [ |
|
92 | 98 | ] |
93 | 99 | }, |
94 | 100 | "devDependencies": { |
| 101 | + "@types/lodash": "^4.14.192", |
95 | 102 | "@typescript-eslint/eslint-plugin": "^3.7.1", |
96 | 103 | "@typescript-eslint/parser": "^3.7.1", |
97 | 104 | "autoprefixer": "^10.4.8", |
|
0 commit comments