{ "name": "@storybook/addon-actions", "version": "5.0.0-alpha.11", "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" }, "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": "5.0.0-alpha.11", "@storybook/components": "5.0.0-alpha.11", "@storybook/core-events": "5.0.0-alpha.11", "@storybook/theming": "5.0.0-alpha.11", "core-js": "^2.6.2", "fast-deep-equal": "^2.0.1", "global": "^4.3.2", "lodash": "^4.17.11", "make-error": "^1.3.5", "prop-types": "^15.6.2", "react": "^16.7.0", "react-inspector": "^2.3.0", "uuid": "^3.3.2" }, "publishConfig": { "access": "public" } }