storybook/addons/links/package.json
2017-05-25 22:22:33 +02:00

36 lines
865 B
JSON

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