-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "stories",
"version": "0.1.0",
"private": true,
"dependencies": {
"@antv/data-set": "^0.10.1",
"@storybook/addon-options": "^4.0.11",
"antd": "^3.11.0",
"bizcharts": "^3.4.1",
"github-markdown-css": "^2.10.0",
"hast-util-to-html": "^5.0.0",
"history": "^4.7.2",
"mdast-util-to-hast": "^4.0.0",
"moment": "^2.22.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"remark-frontmatter": "^1.3.1",
"remark-parse": "^6.0.3",
"unified": "^7.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"deploy-storybook": "storybook-to-ghpages"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@storybook/addon-actions": "^4.0.11",
"@storybook/addon-links": "^4.0.11",
"@storybook/addons": "^4.0.11",
"@storybook/react": "^4.0.11",
"@storybook/storybook-deployer": "^2.8.0",
"babel-loader": "^8.0.4",
"babel-plugin-import": "^1.11.0",
"less": "^3.9.0",
"less-loader": "^4.1.0"
}
}