1 | {
|
2 | "name": "@storybook/cli",
|
3 | "version": "8.4.1",
|
4 | "description": "Storybook CLI",
|
5 | "keywords": [
|
6 | "storybook"
|
7 | ],
|
8 | "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/cli",
|
9 | "bugs": {
|
10 | "url": "https://github.com/storybookjs/storybook/issues"
|
11 | },
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "https://github.com/storybookjs/storybook.git",
|
15 | "directory": "code/lib/cli"
|
16 | },
|
17 | "funding": {
|
18 | "type": "opencollective",
|
19 | "url": "https://opencollective.com/storybook"
|
20 | },
|
21 | "license": "MIT",
|
22 | "author": "Storybook Team",
|
23 | "type": "module",
|
24 | "exports": {
|
25 | "./bin/index.cjs": {
|
26 | "node": "./bin/index.cjs",
|
27 | "require": "./bin/index.cjs"
|
28 | },
|
29 | "./package.json": "./package.json"
|
30 | },
|
31 | "bin": "./bin/index.cjs",
|
32 | "files": [
|
33 | "bin/**/*",
|
34 | "dist/**/*",
|
35 | "README.md",
|
36 | "!src/**/*"
|
37 | ],
|
38 | "scripts": {
|
39 | "check": "jiti ../../../scripts/prepare/check.ts",
|
40 | "prep": "jiti ../../../scripts/prepare/bundle.ts"
|
41 | },
|
42 | "dependencies": {
|
43 | "@babel/core": "^7.24.4",
|
44 | "@babel/types": "^7.24.0",
|
45 | "@storybook/codemod": "8.4.1",
|
46 | "@types/semver": "^7.3.4",
|
47 | "commander": "^12.1.0",
|
48 | "create-storybook": "8.4.1",
|
49 | "cross-spawn": "^7.0.3",
|
50 | "envinfo": "^7.7.3",
|
51 | "fd-package-json": "^1.2.0",
|
52 | "find-up": "^5.0.0",
|
53 | "giget": "^1.0.0",
|
54 | "glob": "^10.0.0",
|
55 | "globby": "^14.0.1",
|
56 | "jscodeshift": "^0.15.1",
|
57 | "leven": "^3.1.0",
|
58 | "prompts": "^2.4.0",
|
59 | "semver": "^7.3.7",
|
60 | "storybook": "8.4.1",
|
61 | "tiny-invariant": "^1.3.1",
|
62 | "ts-dedent": "^2.0.0"
|
63 | },
|
64 | "devDependencies": {
|
65 | "@types/cross-spawn": "^6.0.2",
|
66 | "@types/prompts": "^2.0.9",
|
67 | "boxen": "^7.1.1",
|
68 | "picocolors": "^1.1.0",
|
69 | "slash": "^5.0.0",
|
70 | "strip-ansi": "^7.1.0",
|
71 | "typescript": "^5.3.2"
|
72 | },
|
73 | "publishConfig": {
|
74 | "access": "public"
|
75 | },
|
76 | "bundler": {
|
77 | "entries": [
|
78 | "./src/index.ts",
|
79 | "./src/bin/index.ts"
|
80 | ],
|
81 | "platform": "node"
|
82 | },
|
83 | "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
84 | } |
\ | No newline at end of file |