mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
# Conflicts: # addons/actions/src/preview.js # examples/cra-kitchen-sink/src/stories/__snapshots__/addon-info.stories.storyshot
33 lines
783 B
JSON
33 lines
783 B
JSON
{
|
|
"name": "@storybook/addon-actions",
|
|
"version": "3.3.0-alpha.4",
|
|
"description": "Action Logger addon for storybook",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/actions",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"deep-equal": "^1.0.1",
|
|
"prop-types": "^15.6.0",
|
|
"react-inspector": "^2.2.1",
|
|
"uuid": "^3.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addons": "^3.3.0-alpha.4",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|