-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "easywebpack-multiple-html-boilerplate",
"version": "4.0.0",
"description": "HTML 静态多页面 Webpack 构建工程化解决方案骨架",
"keywords": [
"webpack",
"webpack-html",
"easywebpack",
"nunjucks"
],
"dependencies": {},
"devDependencies": {
"chai": "^4.0.0",
"cross-env": "^5.0.1",
"easywebpack-cli": "^4.0.0",
"easywebpack-html": "^4.0.0",
"eslint": "^4.18.2",
"imagemin-webpack-plugin": "^1.5.2",
"mocha": "^3.4.2",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6"
},
"scripts": {
"build": "easy build",
"start": "easy dev",
"lint": "eslint .",
"fix": "eslint --fix .",
"test": "mocha test",
"ci": "npm run lint && npm run cov",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/easywebpack-multiple-html-boilerplate.git"
},
"bugs": {
"url": "https://github.com/easy-team/easywebpack-multiple-html-boilerplate/issues"
},
"homepage": "https://github.com/easy-team/easywebpack-multiple-html-boilerplate#readme",
"author": "hubcarl@126.com",
"license": "MIT"
}