storybook/addons/notes/package.json
2018-01-13 18:32:28 +05:30

35 lines
807 B
JSON

{
"name": "@storybook/addon-notes",
"version": "3.4.0-alpha.4",
"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"
}
}