mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
37 lines
919 B
JSON
37 lines
919 B
JSON
{
|
|
"name": "@storybook/cli",
|
|
"version": "3.2.15",
|
|
"description": "Storybook's CLI - easiest method of adding storybook to your projects",
|
|
"keywords": [
|
|
"cli",
|
|
"generator",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/cli",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Storybook Team",
|
|
"bin": {
|
|
"getstorybook": "./bin/generate.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/codemod": "^3.2.15",
|
|
"chalk": "^2.3.0",
|
|
"child-process-promise": "^2.2.1",
|
|
"commander": "^2.11.0",
|
|
"cross-spawn": "^5.0.1",
|
|
"jscodeshift": "^0.3.30",
|
|
"json5": "^0.5.1",
|
|
"latest-version": "^3.1.0",
|
|
"merge-dirs": "^0.2.1",
|
|
"shelljs": "^0.7.8",
|
|
"update-notifier": "^2.3.0"
|
|
}
|
|
}
|