mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
40 lines
927 B
JSON
40 lines
927 B
JSON
{
|
|
"name": "@storybook/addon-notes",
|
|
"version": "3.2.10",
|
|
"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": {
|
|
"prepublish": "node ../../scripts/prepublish.js",
|
|
"publish-storybook": "bash .scripts/publish_storybook.sh",
|
|
"storybook": "start-storybook -p 9010"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "^3.2.10",
|
|
"babel-runtime": "^6.23.0",
|
|
"prop-types": "^15.5.10",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"git-url-parse": "^6.2.2",
|
|
"react": "^15.6.1",
|
|
"react-addons-test-utils": "^15.5.1",
|
|
"react-dom": "^15.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/react": "^15.0.24"
|
|
}
|
|
}
|