mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:01:26 +08:00
17 lines
363 B
JSON
17 lines
363 B
JSON
{
|
|
"name": "@storybook/addon-centered",
|
|
"version": "3.0.0-rc.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"
|
|
]
|
|
}
|
|
}
|