storybook/addons/actions/package.json
2019-01-14 23:43:03 +08:00

43 lines
1.1 KiB
JSON

{
"name": "@storybook/addon-actions",
"version": "5.0.0-alpha.1",
"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": {
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "5.0.0-alpha.1",
"@storybook/components": "5.0.0-alpha.1",
"@storybook/core-events": "5.0.0-alpha.1",
"core-js": "^2.6.1",
"emotion-theming": "^10.0.5",
"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"
}
}