mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
32 lines
788 B
JSON
32 lines
788 B
JSON
{
|
|
"name": "@storybook/components",
|
|
"version": "3.4.0-alpha.5",
|
|
"description": "Core Storybook Components",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"glamor": "^2.20.40",
|
|
"glamorous": "^4.11.4",
|
|
"prop-types": "^15.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "^3.4.0-alpha.5",
|
|
"@storybook/addon-knobs": "^3.4.0-alpha.5",
|
|
"@storybook/react": "^3.4.0-alpha.5"
|
|
}
|
|
}
|