storybook/addons/links/package.json
Michael Shilman 02a69e0b1b v3.3.3
2017-12-28 22:34:34 +05:30

41 lines
995 B
JSON

{
"name": "@storybook/addon-links",
"version": "3.3.3",
"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",
"jsnext:main": "src/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/components": "^3.3.3",
"global": "^4.3.2",
"prop-types": "^15.5.10"
},
"devDependencies": {
"enzyme": "^3.0.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"shelljs": "^0.7.8"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0",
"react": "*",
"react-dom": "*"
}
}