storybook/addons/links/package.json
Michael Shilman 8e03aacb68 v3.2.0
2017-07-31 07:12:08 -07:00

36 lines
851 B
JSON

{
"name": "@storybook/addon-links",
"version": "3.2.0",
"description": "Story Links addon for storybook",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/links",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"deploy-storybook": "storybook-to-ghpages",
"prepublish": "node ../../scripts/prepublish.js",
"storybook": "start-storybook -p 9001"
},
"dependencies": {
"@storybook/addons": "^3.2.0"
},
"devDependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"shelljs": "^0.7.8"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
}