mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:21:14 +08:00
23 lines
515 B
JSON
23 lines
515 B
JSON
{
|
|
"name": "@storybook/addon-centered",
|
|
"version": "4.0.0-alpha.1",
|
|
"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": {
|
|
"babel-runtime": "^6.26.0",
|
|
"global": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"react-dom": "^16.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|