mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-29 05:04:31 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@storybook/addon-actions",
|
|
"version": "5.2.0-beta.44",
|
|
"description": "Action Logger addon for storybook",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/actions",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/actions"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.2.0-beta.44",
|
|
"@storybook/api": "5.2.0-beta.44",
|
|
"@storybook/client-api": "5.2.0-beta.44",
|
|
"@storybook/components": "5.2.0-beta.44",
|
|
"@storybook/core-events": "5.2.0-beta.44",
|
|
"@storybook/theming": "5.2.0-beta.44",
|
|
"core-js": "^3.0.1",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"global": "^4.3.2",
|
|
"polished": "^3.3.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.3",
|
|
"react-inspector": "^3.0.2",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.129",
|
|
"@types/uuid": "^3.4.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|