-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 978 Bytes
/
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
{
"name": "@jswork/generator-storybook",
"version": "1.0.0",
"description": "Yeoman generator for storybook.",
"homepage": "https://github.com/afeiship/generator-storybook",
"author": {
"name": "afeiship",
"email": "1290657123@qq.com",
"url": "https://github.com/afeiship"
},
"files": [
"generators"
],
"keywords": [
"yeoman",
"yo",
"yeoman-generator"
],
"devDependencies": {
"yeoman-test": "^2.1.0",
"yeoman-assert": "^3.1.1",
"prettier": "^1.19.1"
},
"engines": {
"npm": ">= 4.0.0"
},
"dependencies": {
"@jswork/next-deep-assign": "^1.0.2",
"@jswork/next-registry-choices": "^1.0.0",
"@jswork/yeoman-generator-helper": "^1.0.3",
"chalk": "^3.0.0",
"globby": "^11.0.2",
"replace-in-file": "^5.0.2",
"yeoman-generator": "^4.5.0",
"yeoman-remote": "^1.0.1",
"yosay": "^2.0.2"
},
"repository": "git@github.com:afeiship/generator-storybook.git",
"license": "MIT"
}