mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
34 lines
779 B
JSON
34 lines
779 B
JSON
{
|
|
"name": "@storybook/addon-notes",
|
|
"version": "3.3.0-rc.0",
|
|
"description": "Write notes for your Storybook stories.",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook",
|
|
"notes"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/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": {
|
|
"babel-runtime": "^6.26.0",
|
|
"prop-types": "^15.6.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addons": "^3.3.0-alpha.6",
|
|
"react": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/react": "^16.0.20"
|
|
}
|
|
}
|