UNPKG

2.34 kBJSONView Raw
1{
2 "name": "@storybook/cli",
3 "version": "6.5.12",
4 "description": "Storybook's CLI - easiest method of adding storybook to your projects",
5 "keywords": [
6 "cli",
7 "generator",
8 "storybook"
9 ],
10 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/cli",
11 "bugs": {
12 "url": "https://github.com/storybookjs/storybook/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/storybookjs/storybook.git",
17 "directory": "lib/cli"
18 },
19 "funding": {
20 "type": "opencollective",
21 "url": "https://opencollective.com/storybook"
22 },
23 "license": "MIT",
24 "author": "Storybook Team",
25 "typesVersions": {
26 "<3.8": {
27 "*": [
28 "ts3.4/*"
29 ]
30 }
31 },
32 "bin": {
33 "getstorybook": "./bin/index.js",
34 "sb": "./bin/index.js"
35 },
36 "files": [
37 "bin/**/*",
38 "dist/**/*",
39 "README.md",
40 "*.js",
41 "*.d.ts"
42 ],
43 "scripts": {
44 "prepare": "node ../../scripts/prepare.js",
45 "test": "jest test/**/*.test.js"
46 },
47 "dependencies": {
48 "@babel/core": "^7.12.10",
49 "@babel/preset-env": "^7.12.11",
50 "@storybook/codemod": "6.5.12",
51 "@storybook/core-common": "6.5.12",
52 "@storybook/csf-tools": "6.5.12",
53 "@storybook/node-logger": "6.5.12",
54 "@storybook/semver": "^7.3.2",
55 "@storybook/telemetry": "6.5.12",
56 "boxen": "^5.1.2",
57 "chalk": "^4.1.0",
58 "commander": "^6.2.1",
59 "core-js": "^3.8.2",
60 "cross-spawn": "^7.0.3",
61 "envinfo": "^7.7.3",
62 "express": "^4.17.1",
63 "find-up": "^5.0.0",
64 "fs-extra": "^9.0.1",
65 "get-port": "^5.1.1",
66 "globby": "^11.0.2",
67 "jscodeshift": "^0.13.1",
68 "json5": "^2.1.3",
69 "leven": "^3.1.0",
70 "prompts": "^2.4.0",
71 "puppeteer-core": "^2.1.1",
72 "read-pkg-up": "^7.0.1",
73 "shelljs": "^0.8.5",
74 "strip-json-comments": "^3.0.1",
75 "ts-dedent": "^2.0.0",
76 "update-notifier": "^5.0.1"
77 },
78 "devDependencies": {
79 "@storybook/client-api": "6.5.12",
80 "@types/cross-spawn": "^6.0.2",
81 "@types/prompts": "^2.0.9",
82 "@types/puppeteer-core": "^2.1.0",
83 "@types/semver": "^7.3.4",
84 "@types/shelljs": "^0.8.7",
85 "@types/update-notifier": "^5.0.0",
86 "strip-json-comments": "^3.1.1",
87 "update-notifier": "^5.0.1"
88 },
89 "publishConfig": {
90 "access": "public"
91 },
92 "gitHead": "e3991cb4dac45c964e29f82da6be5912464c5a4f"
93}