|
10 | 10 | }, |
11 | 11 | "devDependencies": { |
12 | 12 | "@babel/core": "7.1.6", |
| 13 | + "@storybook/addon-actions": "5.3.19", |
| 14 | + "@storybook/addon-info": "5.3.19", |
| 15 | + "@storybook/preset-typescript": "3.0.0", |
| 16 | + "@storybook/react": "5.3.18", |
| 17 | + "@types/react": "^16.9.0", |
| 18 | + "@types/storybook__addon-info": "^5.2.1", |
| 19 | + "@types/storybook__addons": "^5.2.1", |
13 | 20 | "babel-core": "7.0.0-bridge.0", |
14 | 21 | "babel-eslint": "9.0.0", |
15 | 22 | "babel-jest": "^24.0.0", |
| 23 | + "babel-plugin-react-docgen": "4.1.0", |
16 | 24 | "babel-preset-react-app": "^9.0.0", |
17 | 25 | "eslint": "6.8.0", |
18 | 26 | "eslint-config-react-app": "5.2.0", |
|
23 | 31 | "eslint-plugin-react": "7.18.3", |
24 | 32 | "eslint-plugin-react-hooks": "2.4.0", |
25 | 33 | "flow-bin": "0.118.0", |
| 34 | + "fork-ts-checker-webpack-plugin": "4.1.5", |
26 | 35 | "html-webpack-plugin": "4.0.0-beta.5", |
27 | 36 | "jest": "^24.0.0", |
28 | 37 | "jest-cli": "^24.0.0", |
29 | 38 | "jest-dom": "^3.2.1", |
30 | 39 | "prettier": "1.19.1", |
31 | 40 | "react-cosmos": "4.8.1", |
| 41 | + "react-docgen-typescript-loader": "3.7.2", |
32 | 42 | "react-test-renderer": "16.8.6", |
33 | 43 | "react-testing-library": "7.0.0", |
34 | | - "@storybook/react": "5.3.18", |
35 | | - "@storybook/addon-actions": "5.3.19", |
36 | | - "@storybook/addon-info": "5.3.19", |
37 | | - "@storybook/preset-typescript": "3.0.0", |
38 | | - "@types/react": "16.9.35", |
39 | | - "babel-plugin-react-docgen": "4.1.0", |
40 | | - "fork-ts-checker-webpack-plugin": "4.1.5", |
41 | | - "react-docgen-typescript-loader": "3.7.2", |
42 | 44 | "ts-loader": "7.0.5" |
43 | 45 | }, |
44 | 46 | "resolutions": { |
|
0 commit comments