mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:41:18 +08:00
19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"name": "@storybook/addon-centered",
|
|
"version": "3.4.0-alpha.5",
|
|
"description": "Storybook decorator to center components",
|
|
"license": "MIT",
|
|
"author": "Muhammed Thanish <mnmtanish@gmail.com>",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"global": "^4.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|