storybook/lib/client-api/package.json
2019-07-13 21:50:51 +08:00

44 lines
1.2 KiB
JSON

{
"name": "@storybook/client-api",
"version": "5.2.0-alpha.43",
"description": "Storybook Client API",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/client-api",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/client-api"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "5.2.0-alpha.43",
"@storybook/channel-postmessage": "5.2.0-alpha.43",
"@storybook/channels": "5.2.0-alpha.43",
"@storybook/client-logger": "5.2.0-alpha.43",
"@storybook/core-events": "5.2.0-alpha.43",
"@storybook/router": "5.2.0-alpha.43",
"common-tags": "^1.8.0",
"core-js": "^3.0.1",
"eventemitter3": "^3.1.0",
"global": "^4.3.2",
"is-plain-object": "^3.0.0",
"lodash": "^4.17.11",
"memoizerific": "^1.11.3",
"qs": "^6.6.0",
"util-deprecate": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}