mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:01:26 +08:00
39 lines
897 B
JSON
39 lines
897 B
JSON
{
|
|
"name": "@storybook/addon-notes",
|
|
"version": "3.0.0-rc.0",
|
|
"description": "Write notes for your Storybook stories.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prepublish": "node ../../scripts/prepublish.js",
|
|
"storybook": "start-storybook -p 9010",
|
|
"publish-storybook": "bash .scripts/publish_storybook.sh"
|
|
},
|
|
"devDependencies": {
|
|
"git-url-parse": "^6.2.2",
|
|
"react": "^15.5.4",
|
|
"react-addons-test-utils": "^15.5.1",
|
|
"react-dom": "^15.5.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "*",
|
|
"babel-runtime": "^6.23.0",
|
|
"prop-types": "^15.5.10"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/react": "^15.0.24"
|
|
},
|
|
"main": "dist/index.js",
|
|
"keywords": [
|
|
"react",
|
|
"storybook",
|
|
"addon"
|
|
]
|
|
}
|