mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:41:15 +08:00
33 lines
723 B
JSON
33 lines
723 B
JSON
{
|
|
"name": "@storybook/addon-notes",
|
|
"version": "4.0.0-alpha.8",
|
|
"description": "Write notes for your Storybook stories.",
|
|
"keywords": [
|
|
"addon",
|
|
"notes",
|
|
"storybook"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "4.0.0-alpha.8",
|
|
"babel-runtime": "^6.26.0",
|
|
"emotion": "^9.1.3",
|
|
"marked": "^0.4.0",
|
|
"prop-types": "^15.6.1",
|
|
"react-emotion": "^9.1.3",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|