mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"name": "@storybook/channel-postmessage",
|
|
"version": "3.2.15",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/channels": "^3.2.15",
|
|
"global": "^4.3.2",
|
|
"json-stringify-safe": "^5.0.1"
|
|
}
|
|
}
|