storybook/addons/actions/package.json
Michael Shilman 50e02297f4 v5.0.0-beta.0
2019-02-01 14:33:30 +08:00

41 lines
1.0 KiB
JSON

{
"name": "@storybook/addon-actions",
"version": "5.0.0-beta.0",
"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-beta.0",
"@storybook/components": "5.0.0-beta.0",
"@storybook/core-events": "5.0.0-beta.0",
"@storybook/theming": "5.0.0-beta.0",
"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"
}
}