|
23 | 23 | "license": "MIT", |
24 | 24 | "dependencies": { |
25 | 25 | "component-playground": "^3.0.0", |
| 26 | + "emotion": "^8.0.8", |
26 | 27 | "history": "^4.6.1", |
27 | 28 | "lodash": "^4.17.4", |
28 | 29 | "marksy": "^0.4.2", |
29 | 30 | "normalize.css": "^7.0.0", |
30 | 31 | "radium": "^0.19.1", |
| 32 | + "react-emotion": "^8.0.8", |
31 | 33 | "react-redux": "^5.0.5", |
32 | 34 | "react-transition-group": "^1.1.3", |
33 | 35 | "react-typography": "^0.16.5", |
34 | 36 | "redux": "^3.0.4", |
35 | 37 | "redux-actions": "^2.0.3", |
36 | | - "styled-components": "^1.4.6", |
37 | 38 | "victory-core": "^15.2.0" |
38 | 39 | }, |
39 | 40 | "peerDependencies": { |
|
47 | 48 | "babel-eslint": "^7.2.3", |
48 | 49 | "babel-jest": "^20.0.3", |
49 | 50 | "babel-loader": "^7.0.0", |
| 51 | + "babel-plugin-emotion": "^8.0.6", |
50 | 52 | "babel-plugin-react-transform": "^2.0.0-beta1", |
51 | 53 | "babel-plugin-transform-decorators-legacy": "^1.2.0", |
52 | 54 | "babel-plugin-transform-react-constant-elements": "^6.23.0", |
|
93 | 95 | "moduleNameMapper": { |
94 | 96 | "\\.(css)$": "<rootDir>/__mocks__/styleMock.js" |
95 | 97 | }, |
96 | | - "snapshotSerializers": ["enzyme-to-json/serializer"], |
97 | | - "setupFiles": ["raf/polyfill", "<rootDir>/jest-setup.js"] |
| 98 | + "snapshotSerializers": [ |
| 99 | + "enzyme-to-json/serializer" |
| 100 | + ], |
| 101 | + "setupFiles": [ |
| 102 | + "raf/polyfill", |
| 103 | + "<rootDir>/jest-setup.js" |
| 104 | + ] |
98 | 105 | } |
99 | 106 | } |
0 commit comments