mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:51:07 +08:00
17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"name": "@storybook/channel-postmessage",
|
|
"version": "3.3.2",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/channels": "^3.3.2",
|
|
"global": "^4.3.2",
|
|
"json-stringify-safe": "^5.0.1"
|
|
}
|
|
}
|