|
57 | 57 | "common-tags": "1.8.0",
|
58 | 58 | "dom-helpers": "3.3.1",
|
59 | 59 | "downshift": "2.2.3",
|
60 |
| - "flatpickr": "4.5.2", |
61 | 60 | "tiny-invariant": "1.0.1",
|
62 | 61 | "is-touch-device": "1.0.1",
|
63 | 62 | "lodash.flatmap": "4.5.0",
|
|
70 | 69 | "lodash.without": "4.4.0",
|
71 | 70 | "prop-types": "15.6.2",
|
72 | 71 | "react-required-if": "1.0.3",
|
73 |
| - "react-select": "2.1.0", |
74 |
| - "react-textarea-autosize": "7.0.4", |
75 |
| - "react-virtualized": "9.20.1", |
76 | 72 | "recompose": "0.30.0",
|
77 |
| - "styled-components": "3.4.9", |
78 | 73 | "warning": "4.0.2"
|
79 | 74 | },
|
80 | 75 | "devDependencies": {
|
|
104 | 99 | "css-loader": "1.0.0",
|
105 | 100 | "enzyme": "3.7.0",
|
106 | 101 | "eslint": "5.3.0",
|
| 102 | + "flatpickr": "4.5.2", |
107 | 103 | "formik": "1.3.1",
|
108 | 104 | "glob": "7.1.3",
|
109 | 105 | "graphql": "14.0.2",
|
|
142 | 138 | "react-dom": "16.5.2",
|
143 | 139 | "react-intl": "2.7.0",
|
144 | 140 | "react-router-dom": "4.3.1",
|
| 141 | + "react-select": "2.1.0", |
145 | 142 | "react-testing-library": "5.1.1",
|
| 143 | + "react-textarea-autosize": "7.0.4", |
146 | 144 | "react-value": "0.2.0",
|
| 145 | + "react-virtualized": "9.20.1", |
147 | 146 | "rimraf": "2.6.2",
|
148 | 147 | "rollup": "0.66.4",
|
149 | 148 | "rollup-plugin-babel": "4.0.3",
|
|
159 | 158 | "shelljs": "0.8.2",
|
160 | 159 | "storybook-readme": "4.0.0-beta1",
|
161 | 160 | "style-loader": "0.23.0",
|
| 161 | + "styled-components": "3.4.9", |
162 | 162 | "stylelint": "9.6.0",
|
163 | 163 | "stylelint-config-standard": "18.2.0",
|
164 | 164 | "stylelint-order": "1.0.0",
|
165 | 165 | "url-loader": "1.1.1",
|
166 | 166 | "webpack": "4.20.2"
|
167 | 167 | },
|
168 | 168 | "peerDependencies": {
|
| 169 | + "flatpickr": ">4.5.0", |
169 | 170 | "moment": ">2.2",
|
170 | 171 | "moment-timezone": "^0.5",
|
171 | 172 | "react": ">=16",
|
172 | 173 | "react-dom": ">=16",
|
173 | 174 | "react-intl": ">=2",
|
174 |
| - "react-router-dom": ">=4" |
| 175 | + "react-router-dom": ">=4", |
| 176 | + "react-select": ">2.1.0", |
| 177 | + "react-textarea-autosize": ">7.0.0", |
| 178 | + "react-virtualized": ">9.0.0", |
| 179 | + "styled-components": ">3.4.0" |
175 | 180 | },
|
176 | 181 | "husky": {
|
177 | 182 | "hooks": {
|
|
0 commit comments