mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
36 lines
851 B
JSON
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": "*"
|
|
}
|
|
}
|