create-storybook
Version:
Storybook installer: Develop, document, and test UI components in isolation
80 lines • 1.89 kB
JSON
{
"name": "create-storybook",
"version": "9.1.3",
"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",
"./bin/index.cjs": "./bin/index.cjs",
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"bin": "./bin/index.cjs",
"files": [
"bin/**/*",
"dist/**/*",
"rendererAssets/**/*",
"templates/**/*",
"README.md",
"!src/**/*"
],
"scripts": {
"check": "jiti ../../../scripts/prepare/check.ts",
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"semver": "^7.6.2"
},
"devDependencies": {
"@types/prompts": "^2.0.9",
"@types/semver": "^7.3.4",
"boxen": "^7.1.1",
"commander": "^12.1.0",
"execa": "^5.0.0",
"find-up": "^7.0.0",
"ora": "^5.4.1",
"picocolors": "^1.1.0",
"prompts": "^2.4.0",
"react": "^18.2.0",
"storybook": "9.1.3",
"tiny-invariant": "^1.3.1",
"ts-dedent": "^2.0.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.ts",
"./src/bin/index.ts"
],
"formats": [
"node-esm"
],
"types": false
},
"gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684"
}