|
34 | 34 | "homepage": "https://github.com/Stackup-Rwanda/stackup2-barefoot-frontend#readme", |
35 | 35 | "dependencies": { |
36 | 36 | "@babel/core": "^7.9.6", |
| 37 | + "@babel/plugin-transform-runtime": "^7.10.1", |
| 38 | + "@babel/polyfill": "^7.10.1", |
| 39 | + "@babel/preset-env": "^7.10.2", |
37 | 40 | "@babel/preset-react": "^7.9.4", |
38 | 41 | "@material-ui/core": "^4.10.0", |
39 | 42 | "@material-ui/icons": "^4.9.1", |
| 43 | + "@material-ui/lab": "^4.0.0-alpha.55", |
40 | 44 | "@storybook/addon-actions": "^5.3.18", |
41 | 45 | "@storybook/addon-links": "^5.3.18", |
42 | 46 | "@storybook/addons": "^5.3.18", |
43 | 47 | "@storybook/react": "^5.3.18", |
44 | 48 | "@testing-library/react": "^10.0.4", |
| 49 | + "axios": "^0.19.2", |
45 | 50 | "babel-eslint": "^10.1.0", |
46 | 51 | "babel-jest": "^26.0.1", |
47 | 52 | "babel-loader": "^8.1.0", |
|
59 | 64 | "jest": "^26.0.1", |
60 | 65 | "jest-html-reporters": "^1.2.1", |
61 | 66 | "jest-transform-stub": "^2.0.0", |
| 67 | + "less-loader": "^6.1.0", |
62 | 68 | "mini-css-extract-plugin": "^0.9.0", |
63 | 69 | "prop-types": "^15.7.2", |
64 | 70 | "react": "^16.13.1", |
65 | 71 | "react-dom": "^16.13.1", |
| 72 | + "react-loader-spinner": "^3.1.14", |
66 | 73 | "react-redux": "^7.2.0", |
67 | 74 | "react-router-dom": "^5.2.0", |
| 75 | + "react-slick": "^0.26.1", |
68 | 76 | "react-test-renderer": "^16.13.1", |
69 | 77 | "redux": "^4.0.5", |
70 | 78 | "redux-devtools-extension": "^2.13.8", |
71 | 79 | "redux-mock-store": "^1.5.4", |
72 | 80 | "redux-thunk": "^2.3.0", |
| 81 | + "slick-carousel": "^1.8.1", |
73 | 82 | "style-loader": "^1.2.1", |
74 | 83 | "webpack": "^4.43.0", |
75 | 84 | "webpack-cli": "^3.3.11", |
76 | 85 | "webpack-dev-server": "^3.11.0" |
77 | 86 | }, |
78 | 87 | "devDependencies": { |
| 88 | + "dotenv-webpack": "^1.8.0", |
79 | 89 | "eslint": "^6.8.0", |
80 | 90 | "eslint-config-airbnb": "^18.1.0", |
81 | 91 | "eslint-plugin-import": "^2.20.2", |
|
0 commit comments