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