mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:21:14 +08:00
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "@storybook/channel-postmessage",
|
|
"version": "3.2.13",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/channels": "^3.2.13",
|
|
"global": "^4.3.2",
|
|
"json-stringify-safe": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"shelljs": "^0.7.8"
|
|
}
|
|
}
|