|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
| 6 | + "@emotion/react": "^11.10.5", |
6 | 7 | "@stripe/react-stripe-js": "^1.1.2", |
7 | 8 | "@stripe/stripe-js": "^1.9.0", |
| 9 | + "@table-library/react-table-library": "^4.0.23", |
8 | 10 | "@testing-library/dom": "^7.21.7", |
9 | 11 | "@testing-library/jest-dom": "^5.11.2", |
10 | 12 | "@testing-library/react": "^10.4.7", |
|
24 | 26 | "@types/react-scroll": "^1.5.5", |
25 | 27 | "@types/react-syntax-highlighter": "^11.0.4", |
26 | 28 | "@types/redux-logger": "^3.0.8", |
| 29 | + "@types/styled-components": "^5.1.26", |
27 | 30 | "axios": "^0.19.2", |
28 | 31 | "axios-mock-adapter": "^1.18.2", |
29 | 32 | "bootstrap": "^4.5.0", |
|
38 | 41 | "i18next-browser-languagedetector": "^5.0.0", |
39 | 42 | "json2yaml": "^1.1.0", |
40 | 43 | "jwt-decode": "^3.1.2", |
| 44 | + "moment": "^2.29.4", |
41 | 45 | "node-sass": "^4.14.1", |
42 | 46 | "query-string": "^6.13.1", |
43 | 47 | "react": "^16.13.1", |
44 | 48 | "react-bootstrap": "^1.3.0", |
| 49 | + "react-cookie-consent": "^8.0.1", |
45 | 50 | "react-datepicker": "^4.8.0", |
46 | 51 | "react-dom": "^16.13.1", |
47 | 52 | "react-flow-renderer": "^10.3.16", |
| 53 | + "react-joyride": "^2.5.3", |
48 | 54 | "react-outside-click-handler": "^1.3.0", |
49 | 55 | "react-redux": "^7.2.1", |
50 | 56 | "react-router-dom": "^5.2.0", |
51 | 57 | "react-scripts": "^3.4.1", |
| 58 | + "react-select": "^5.7.0", |
52 | 59 | "react-syntax-highlighter": "^13.3.1", |
53 | 60 | "react-tooltip": "^4.2.10", |
54 | 61 | "react-tooltip-lite": "^1.12.0", |
|
58 | 65 | "redux-saga": "^1.1.3", |
59 | 66 | "redux-saga-test-plan": "^4.0.0-rc.3", |
60 | 67 | "reselect": "^4.0.0", |
| 68 | + "styled-components": "^5.3.6", |
61 | 69 | "typescript": "^3.9.7" |
62 | 70 | }, |
63 | 71 | "scripts": { |
|
70 | 78 | "tslint": "tsc", |
71 | 79 | "all": "eslint './src/**/*.ts*' & react-scripts test --all & tsc" |
72 | 80 | }, |
| 81 | + |
73 | 82 | "browserslist": { |
74 | 83 | "production": [ |
75 | 84 | ">0.2%", |
|
0 commit comments