Michael Shilman e14539f712 v5.1.0-beta.1
2019-05-16 13:57:31 +08:00

43 lines
1.0 KiB
JSON

{
"name": "@storybook/addon-cssresources",
"version": "5.1.0-beta.1",
"description": "A storybook addon to switch between css resources at runtime for your story",
"keywords": [
"addon",
"cssresources",
"react",
"storybook"
],
"homepage": "https://storybook.js.org",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/cssresources"
},
"license": "MIT",
"author": "nm123github",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "5.1.0-beta.1",
"@storybook/api": "5.1.0-beta.1",
"@storybook/components": "5.1.0-beta.1",
"@storybook/core-events": "5.1.0-beta.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.4"
},
"peerDependencies": {
"react": "*"
},
"publishConfig": {
"access": "public"
}
}