-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 895 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 895 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
35
36
37
38
39
{
"name": "yhtml5-seed",
"version": "1.1.4",
"author": "yhtml5 <1417376255@qq.com>",
"description": "The web's scaffolding tool for modern webapps",
"main": "app/index.js",
"license": "MIT",
"repository": "git@github.com:yhtml5/YHTML5-Seed.git",
"keywords": [
"component",
"framework",
"frontend",
"mobile",
"react",
"redux",
"scaffold",
"vue",
"web",
"webpack",
"weui"
],
"peerDependencies": {},
"dependencies": {
"antd-mobile": "^1.6.0",
"lodash": "^4.17.4",
"moment": "^2.17.1"
},
"devDependencies": {
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"git": "clear && git status && git add -A && git commit -m",
"postgit": "git pull && git push && git push origin dev:master",
"update": "rimraf site && cd site/static && mkdir vendors && cp CNAME site/"
}
}