-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@storybook/cli",
"version": "3.3.0-alpha.0",
"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/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"update-fixtures": "cd test && ./update_fixtures.sh",
"test": "cd test && ./run_tests.sh",
"postinstall": "opencollective postinstall --collective=storybook"
},
"dependencies": {
"@storybook/codemod": "^3.3.0-alpha.0",
"babel-register": "^6.26.0",
"babel-preset-env": "^1.6.0",
"chalk": "^2.1.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",
"opencollective": "^1.0.3",
"shelljs": "^0.7.8",
"update-notifier": "^2.1.0"
},
"devDependencies": {
"check-node-version": "2.1.0",
"npx": "9.6.0"
}
}