-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "storybook",
"version": "0.1.0",
"private": true,
"dependencies": {
"@storybook/addon-actions": "^4.0.2",
"@storybook/addon-knobs": "^4.0.2",
"@storybook/addon-links": "^4.0.2",
"@storybook/addon-options": "^4.0.2",
"@storybook/addons": "^4.0.2",
"@storybook/react": "^4.0.2",
"@storybook/storybook-deployer": "^2.3.0",
"downshift": "^3.1.4",
"emotion": "^9.2.12",
"emotion-theming": "^9.2.9",
"immutable": "^4.0.0-rc.12",
"musicbrainz": "^0.2.6",
"nodebrainz": "^2.1.1",
"polished": "^2.3.0",
"proptypes": "^1.1.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-emotion": "^9.2.12",
"react-feather": "^1.1.4",
"react-image-palette": "^0.2.4",
"react-palette": "^0.1.3",
"react-scripts": "2.1.1",
"recompose": "^0.30.0",
"redux-actions": "^2.6.4",
"storybook-readme": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9097 -c .storybook",
"storybook-export": "build-storybook -c .storybook -o .out",
"storybook-deploy": "storybook-to-ghpages"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-markdown": "^4.0.3"
}
}