-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 832 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 832 Bytes
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
{
"name": "generator-umi",
"version": "5.0.2",
"description": "umi project generator",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator"
],
"dependencies": {
"yeoman-generator": "^5.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DFocusGroup/generator-umi.git"
},
"author": "Howard.Zuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/DFocusGroup/generator-umi/issues"
},
"homepage": "https://github.com/DFocusGroup/generator-umi#readme",
"devDependencies": {
"@vuepress/plugin-medium-zoom": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.7",
"gh-pages": "^4.0.0",
"vuepress": "^1.9.7"
}
}