mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 03:21:07 +08:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@storybook/addon-actions",
|
|
"version": "1.1.3",
|
|
"description": "Action Logger addon for storybook",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"deploy-storybook": "storybook-to-ghpages",
|
|
"prepublish": "node ../../scripts/prepublish.js",
|
|
"storybook": "start-storybook -p 9001"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/storybooks/storybook.git"
|
|
},
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/packages/addon-actions",
|
|
"devDependencies": {
|
|
"@storybook/react": "*",
|
|
"@storybook/addons": "*",
|
|
"@storybook/ui": "*",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-test-renderer": "^15.5.4",
|
|
"shelljs": "^0.7.7"
|
|
},
|
|
"dependencies": {
|
|
"deep-equal": "^1.0.1",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"prop-types": "^15.5.8",
|
|
"react-inspector": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addons": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|