-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "storybook-addon-usage",
"version": "1.0.1",
"description": "Display how to use a component inside a react-storybook panel",
"main": "dist/index.js",
"scripts": {
"deploy-storybook": "storybook-to-ghpages",
"prepublish": "node .scripts/npm-prepublish.js",
"storybook": "start-storybook -p 9001"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mthuret/storybook-addon-usage.git"
},
"keywords": [
"storybook",
"usage",
"react",
"component"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mthuret/storybook-addon-usage/issues"
},
"homepage": "https://github.com/mthuret/storybook-addon-usage#readme",
"devDependencies": {
"@kadira/storybook": "^2.6.1",
"@kadira/storybook-addons": "^1.3.1",
"@kadira/storybook-ui": "^3.2.0",
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"react": "^15.3.0",
"react-addons-test-utils": "^0.14.7 || ^15.0.0",
"react-dom": "^15.3.0",
"shelljs": "^0.7.3"
},
"dependencies": {
"lodash": "^4.0.0"
},
"peerDependencies": {
"@kadira/storybook-addons": "^1.3.0",
"react": "^0.14.7 || ^15.0.0",
"react-dom": "^0.14.7 || ^15.0.0"
}
}