-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "web-animation",
"version": "0.1.0",
"private": true,
"author": "https://github.com/shenghanqin/",
"license": "MIT",
"repository": "https://github.com/shenghanqin/web-animation.git",
"homepage": "http://www.xiaoxili.com/web-animation/",
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "2.1.8"
},
"scripts": {
"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.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.0.10",
"@storybook/addon-info": "^5.0.10",
"@storybook/addon-knobs": "^5.0.10",
"@storybook/addon-links": "^5.0.10",
"@storybook/addon-options": "^5.0.10",
"@storybook/addon-storysource": "^5.0.10",
"@storybook/addon-viewport": "^5.0.10",
"@storybook/addons": "^5.0.10",
"@storybook/react": "^5.0.10",
"@storybook/storybook-deployer": "^2.8.1",
"@types/react": "^16.4.16",
"@types/react-dom": "^16.0.9",
"autoprefixer": "^9.1.1",
"axios": "^0.18.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-loader": "^8.0.0",
"babel-plugin-react-docgen": "^3.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.13",
"classnames": "^2.2.6",
"css-loader": "^2.1.1",
"dayjs": "1.7.5",
"eslint": "^5.5.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.0.0-rc.13",
"lint-staged": "^7.2.2",
"moment": "^2.22.2",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"raw-loader": "^2.0.0",
"react": "^16.4.2",
"react-docgen": "^2.21.0",
"react-dom": "^16.4.2",
"regenerator-runtime": "^0.12.1",
"storybook-readme-customize": "^5.0.6",
"string-raw": "^1.0.1",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"svgo-loader": "^2.2.0"
}
}