UNPKG

react-native-web-headroom

Version:
49 lines (48 loc) 1.28 kB
{ "name": "@storybook/ui", "version": "3.4.2", "description": "Core Storybook UI", "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", "publish-storybook": "bash ./.scripts/publish_storybook.sh", "storybook": "start-storybook -p 9010" }, "dependencies": { "@storybook/components": "3.4.2", "@storybook/mantra-core": "^1.7.2", "@storybook/podda": "^1.2.3", "@storybook/react-komposer": "^2.0.3", "babel-runtime": "^6.26.0", "deep-equal": "^1.0.1", "events": "^2.0.0", "fuse.js": "^3.2.0", "global": "^4.3.2", "keycode": "^2.1.9", "lodash.debounce": "^4.0.8", "lodash.pick": "^4.4.0", "lodash.sortby": "^4.7.0", "lodash.throttle": "^4.1.1", "prop-types": "^15.6.1", "qs": "^6.5.1", "react-fuzzy": "^0.5.2", "react-icons": "^2.2.7", "react-modal": "^3.3.2", "react-split-pane": "^0.1.77", "react-treebeard": "^2.1.0" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "devDependencies": { "@storybook/addon-actions": "3.4.2", "@storybook/react": "3.4.2" } }