-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "mpvue-entry",
"version": "2.0.0-rc.10",
"description": "集中式页面配置,自动生成各页面的入口文件,优化目录结构,支持新增页面热更新",
"main": "lib/index.js",
"scripts": {
"lint": "eslint --format node_modules/eslint-friendly-formatter --ext .js .",
"test": "mocha --harmony",
"test:cover": "istanbul cover ./node_modules/mocha/bin/_mocha --reporter --harmony"
},
"files": [
"dist",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/F-loat/mpvue-entry.git"
},
"keywords": [
"mpvue",
"entry",
"webpack"
],
"author": "F-loat <chaimaoyuan@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/F-loat/mpvue-entry/issues"
},
"homepage": "https://github.com/F-loat/mpvue-entry#readme",
"devDependencies": {
"codecov": "^3.5.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.18.2",
"istanbul": "^0.4.5",
"mocha": "^5.1.1",
"mpvue-loader": "*",
"webpack": "4.38.0"
},
"dependencies": {
"@babel/generator": "^7.5.5",
"@babel/parser": "^7.5.5",
"@babel/traverse": "^7.5.5",
"mkdirp": "^0.5.1",
"watchr": "^4.1.0"
}
}