mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "@storybook/addon-centered",
|
|
"version": "3.3.0-alpha.2",
|
|
"description": "Storybook decorator to center components",
|
|
"license": "MIT",
|
|
"author": "Muhammed Thanish <mnmtanish@gmail.com>",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"global": "^4.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|