|
10 | 10 | "@types/node": "^12.0.0", |
11 | 11 | "@types/react": "^17.0.0", |
12 | 12 | "@types/react-dom": "^17.0.0", |
| 13 | + "antd": "^4.12.3", |
13 | 14 | "react": "^17.0.1", |
14 | 15 | "react-dom": "^17.0.1", |
| 16 | + "react-router": "^5.2.0", |
15 | 17 | "react-scripts": "4.0.2", |
16 | 18 | "typescript": "^4.1.2", |
17 | 19 | "web-vitals": "^1.0.1" |
|
20 | 22 | "start": "react-scripts start", |
21 | 23 | "build": "react-scripts build", |
22 | 24 | "test": "react-scripts test", |
23 | | - "eject": "react-scripts eject" |
| 25 | + "eject": "react-scripts eject", |
| 26 | + "storybook": "start-storybook -p 6006 -s public", |
| 27 | + "build-storybook": "build-storybook -s public" |
24 | 28 | }, |
25 | 29 | "eslintConfig": { |
26 | 30 | "extends": [ |
|
39 | 43 | "last 1 firefox version", |
40 | 44 | "last 1 safari version" |
41 | 45 | ] |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@storybook/addon-actions": "^6.1.18", |
| 49 | + "@storybook/addon-controls": "^6.1.18", |
| 50 | + "@storybook/addon-essentials": "^6.1.18", |
| 51 | + "@storybook/addon-links": "^6.1.18", |
| 52 | + "@storybook/node-logger": "^6.1.18", |
| 53 | + "@storybook/preset-create-react-app": "^3.1.6", |
| 54 | + "@storybook/react": "^6.1.18" |
42 | 55 | } |
43 | 56 | } |
0 commit comments