storybook/addons/links/package.json
Michael Shilman 2e1fe20fc6 v3.2.17
2017-12-03 11:59:11 -08:00

31 lines
743 B
JSON

{
"name": "@storybook/addon-links",
"version": "3.2.17",
"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",
"prepare": "node ../../scripts/prepare.js",
"storybook": "start-storybook -p 9001"
},
"dependencies": {
"@storybook/addons": "^3.2.17"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
}