mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
37 lines
866 B
JSON
37 lines
866 B
JSON
{
|
|
"name": "@storybook/addon-events",
|
|
"version": "4.0.0-alpha.9",
|
|
"description": "Add events to your Storybook stories.",
|
|
"keywords": [
|
|
"addon",
|
|
"events",
|
|
"react",
|
|
"storybook"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@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": "4.0.0-alpha.9",
|
|
"@storybook/core-events": "4.0.0-alpha.9",
|
|
"babel-runtime": "^6.26.0",
|
|
"emotion": "^9.1.3",
|
|
"format-json": "^1.0.3",
|
|
"prop-types": "^15.6.1",
|
|
"react-emotion": "^9.1.3",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"react-textarea-autosize": "^6.1.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|