mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"name": "@storybook/addon-centered",
|
|
"version": "3.0.0-alpha.0",
|
|
"description": "Storybook decorator to center components",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"prepublish": "babel src --out-dir build"
|
|
},
|
|
"author": "Muhammed Thanish <mnmtanish@gmail.com>",
|
|
"license": "MIT",
|
|
"browserify": {
|
|
"transform": [
|
|
"babelify"
|
|
]
|
|
},
|
|
"devDependencies": {}
|
|
}
|