UNPKG

react-native-web-headroom

Version:
40 lines (39 loc) 976 B
{ "name": "@storybook/addon-actions", "version": "3.4.2", "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", "jsnext:main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/storybooks/storybook.git" }, "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@storybook/components": "3.4.2", "babel-runtime": "^6.26.0", "deep-equal": "^1.0.1", "glamor": "^2.20.40", "glamorous": "^4.12.1", "global": "^4.3.2", "make-error": "^1.3.4", "prop-types": "^15.6.1", "react-inspector": "^2.2.2", "uuid": "^3.2.1" }, "peerDependencies": { "@storybook/addons": "^3.3.0", "react": "*", "react-dom": "*" } }