2020-10-10 10:31:12 +08:00

51 lines
1.2 KiB
JSON

{
"name": "@storybook/addon-roundtrip",
"version": "6.1.0-alpha.22",
"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.1.0-alpha.22",
"@storybook/api": "6.1.0-alpha.22",
"@storybook/client-api": "6.1.0-alpha.22",
"@storybook/client-logger": "6.1.0-alpha.22",
"@storybook/components": "6.1.0-alpha.22",
"@storybook/core-events": "6.1.0-alpha.22",
"@storybook/theming": "6.1.0-alpha.22",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"ts-dedent": "^1.1.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "062478198c765be53467ac3fee581e9f8a7f851f",
"typesVersions": {
"<3.8": {
"*": [
"ts3.4/*"
]
}
}
}