mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:01:05 +08:00
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"name": "@storybook/addon-centered",
|
|
"version": "6.0.0-alpha.20",
|
|
"description": "Storybook decorator to center components",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/centered",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/centered"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Muhammed Thanish <mnmtanish@gmail.com>",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.5/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.0.0-alpha.20",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mithril": "^1.1.16",
|
|
"@types/webpack-env": "^1.15.1",
|
|
"mithril": "*",
|
|
"preact": "*",
|
|
"rax": "*",
|
|
"rax-view": "*",
|
|
"react": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"mithril": "*",
|
|
"preact": "*",
|
|
"rax": "*",
|
|
"rax-view": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"mithril": {
|
|
"optional": true
|
|
},
|
|
"preact": {
|
|
"optional": true
|
|
},
|
|
"rax": {
|
|
"optional": true
|
|
},
|
|
"rax-view": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
|
|
}
|