2020-05-25 21:35:29 +08:00

51 lines
1.2 KiB
JSON

{
"name": "@storybook/addon-roundtrip",
"version": "6.0.0-beta.14",
"description": "roundtrip addon for storybook",
"keywords": [
"addon",
"devkit",
"roundtrip",
"storybook"
],
"homepage": "https://github.com/storybooks/storybook#readme",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git",
"directory": "dev-kit/addon-roundtrip"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.0.0-beta.14",
"@storybook/api": "6.0.0-beta.14",
"@storybook/client-api": "6.0.0-beta.14",
"@storybook/client-logger": "6.0.0-beta.14",
"@storybook/components": "6.0.0-beta.14",
"@storybook/core-events": "6.0.0-beta.14",
"@storybook/theming": "6.0.0-beta.14",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"ts-dedent": "^1.1.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}