-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.82 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
69
70
71
72
73
74
75
76
77
78
{
"name": "@easy-team/res-cli",
"version": "2.0.0",
"description": "Node React Web Framework CLI",
"bin": {
"res": "bin/cli.js"
},
"keywords": [
"npm",
"npm package",
"unit test",
"eslint",
"travis",
"travis-ci",
"code coverage",
"changelog"
],
"dependencies": {
"@easy-team/easywebpack-cli": "^4.1.0",
"@easy-team/easywebpack-react": "^4.0.0",
"@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3",
"egg-bin": "^4.13.2",
"egg-scripts": "^2.11.0",
"egg-webpack": "^4.4.7",
"egg-webpack-react": "^3.0.0",
"eslint-config-egg": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"imagemin-webpack-plugin": "^2.4.2",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.0",
"node-tool-utils": "^1.1.1",
"ts-loader": "^6.0.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.5.3",
"typescript": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.1",
"codecov": "^3.0.0",
"conventional-changelog-cli": "^1.3.5",
"cross-env": "^5.0.5",
"eslint": "^4.5.0",
"eslint-config-eslint": "^4.0.0",
"mocha": "^3.5.0",
"nyc": "^11.1.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"nyc": {
"exclude": [
"**/*.spec.js",
"test/*.test.js"
]
},
"ci": {
"version": "8, 10, 12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/res-cli.git"
},
"author": "sky"
}