mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/addon-cssresources",
|
|
"version": "6.0.0-alpha.8",
|
|
"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/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/cssresources"
|
|
},
|
|
"license": "MIT",
|
|
"author": "nm123github",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.0.0-alpha.8",
|
|
"@storybook/api": "6.0.0-alpha.8",
|
|
"@storybook/components": "6.0.0-alpha.8",
|
|
"@storybook/core-events": "6.0.0-alpha.8",
|
|
"@storybook/theming": "6.0.0-alpha.8",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"react": "^16.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-env": "^1.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"regenerator-runtime": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
|
|
}
|