storybook/lib/addons/package.json
2018-07-03 15:58:21 -07:00

29 lines
725 B
JSON

{
"name": "@storybook/addons",
"version": "4.0.0-alpha.12",
"description": "Storybook addons store",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/packages/addons",
"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/channels": "4.0.0-alpha.12",
"@storybook/components": "4.0.0-alpha.12",
"global": "^4.3.2",
"util-deprecate": "^1.0.2"
}
}