-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.61 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "dph-fe",
"version": "1.0.0",
"description": "微信小程序开发模块",
"main": "app.js",
"scripts": {
"precommit": "npm run lint",
"commitmsg": "npm run lint:msg",
"lint": "eslint --cache --ignore-path .gitignore --ext .jsx,.js src",
"lint:msg": "validate-commit-msg",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youwenda/dph-fe.git"
},
"engines": {
"node": ">=4.4.5"
},
"author": "youwenda@163.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/youwenda/dph-fe/issues"
},
"homepage": "https://github.com/youwenda/dph-fe#readme",
"config": {
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 100
}
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"del": "^2.2.2",
"eslint": "^3.14.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.4.0",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.11",
"husky": "^0.13.1",
"through2": "^2.0.3",
"validate-commit-msg": "^2.11.1"
},
"dependencies": {
"babel-core": "^6.22.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.22.0",
"minimatch": "^3.0.3",
"mkdirp": "^0.5.1",
"slash": "^1.0.0",
"weui-wxss": "^1.1.1"
}
}