mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 11:51:07 +08:00
36 lines
964 B
JSON
36 lines
964 B
JSON
{
|
|
"name": "@storybook/addon-info",
|
|
"version": "3.3.3",
|
|
"description": "A Storybook addon to show additional information for your stories.",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js",
|
|
"publish-storybook": "bash .scripts/publish_storybook.sh",
|
|
"storybook": "start-storybook -p 9010"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/client-logger": "^3.3.3",
|
|
"@storybook/components": "^3.3.3",
|
|
"babel-runtime": "^6.26.0",
|
|
"global": "^4.3.2",
|
|
"marksy": "^6.0.1",
|
|
"nested-object-assign": "^1.0.1",
|
|
"prop-types": "^15.6.0",
|
|
"react-addons-create-fragment": "^15.5.3",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"react-test-renderer": "^16.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|