mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:11:06 +08:00
35 lines
807 B
JSON
35 lines
807 B
JSON
{
|
|
"name": "@storybook/addon-notes",
|
|
"version": "3.4.0-alpha.6",
|
|
"description": "Write notes for your Storybook stories.",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook",
|
|
"notes"
|
|
],
|
|
"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": {
|
|
"babel-runtime": "^6.26.0",
|
|
"prop-types": "^15.6.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addons": "^3.3.0",
|
|
"react": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/react": "^16.0.20"
|
|
}
|
|
}
|