|
30 | 30 | "url": "https://github.com/rcdexta/react-trello/issues" |
31 | 31 | }, |
32 | 32 | "homepage": "https://github.com/rcdexta/react-trello", |
| 33 | + "dependencies": { |
| 34 | + "immutability-helper": "^2.4.0", |
| 35 | + "lodash": "^4.17.4", |
| 36 | + "prop-types": "^15.6.0", |
| 37 | + "react-beautiful-dnd": "^6.0.1", |
| 38 | + "react-redux": "^5.0.3", |
| 39 | + "redux": "^3.6.0", |
| 40 | + "redux-actions": "^1.2.2", |
| 41 | + "redux-logger": "^3.0.6", |
| 42 | + "styled-components": "^2.1.1", |
| 43 | + "uuid": "^3.1.0" |
| 44 | + }, |
33 | 45 | "devDependencies": { |
34 | 46 | "@storybook/addon-info": "^3.2.12", |
35 | 47 | "@storybook/addon-options": "^3.2.12", |
|
83 | 95 | "style-loader": "^0.18.2", |
84 | 96 | "webpack": "^3.0.0" |
85 | 97 | }, |
86 | | - "dependencies": { |
87 | | - "immutability-helper": "^2.4.0", |
88 | | - "lodash": "^4.17.4", |
89 | | - "prop-types": "^15.6.0", |
90 | | - "react-beautiful-dnd": "^4.0.1", |
91 | | - "react-redux": "^5.0.3", |
92 | | - "redux": "^3.6.0", |
93 | | - "redux-actions": "^1.2.2", |
94 | | - "redux-logger": "^3.0.6", |
95 | | - "styled-components": "^2.1.1", |
96 | | - "uuid": "^3.1.0" |
97 | | - }, |
98 | 98 | "peerDependencies": { |
99 | 99 | "react": ">= 0.14.0 < 17.0.0-0", |
100 | 100 | "react-dom": ">= 0.14.0 < 17.0.0-0" |
|
0 commit comments