create-storybook
Version:
Storybook installer: Develop, document, and test UI components in isolation
64 lines • 1.59 kB
JSON
{
"name": "create-storybook",
"version": "10.1.11",
"description": "Storybook installer: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
"cli",
"create",
"init"
],
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/create-storybook",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "code/lib/cli"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"author": "Storybook Team",
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"bin": "./dist/bin/index.js",
"files": [
"bin/**/*",
"dist/**/*",
"rendererAssets/**/*",
"templates/**/*",
"README.md",
"!src/**/*"
],
"scripts": {
"check": "jiti ../../../scripts/check/check-package.ts",
"prep": "jiti ../../../scripts/build/build-package.ts"
},
"dependencies": {
"semver": "^7.6.2",
"storybook": "10.1.11"
},
"devDependencies": {
"@types/prompts": "^2.0.9",
"@types/semver": "^7.3.4",
"commander": "^14.0.1",
"empathic": "^2.0.0",
"picocolors": "^1.1.0",
"process-ancestry": "^0.0.2",
"react": "^18.2.0",
"tiny-invariant": "^1.3.1",
"ts-dedent": "^2.0.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l"
}