mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"name": "@storybook/addon-centered",
|
|
"version": "3.0.0",
|
|
"description": "Storybook decorator to center components",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prepublish": "node ../../scripts/prepublish.js"
|
|
},
|
|
"author": "Muhammed Thanish <mnmtanish@gmail.com>",
|
|
"license": "MIT"
|
|
}
|