-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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": "@mpxjs/size-report",
"version": "2.6.114",
"description": "mpx size report plugin",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js src/",
"fix": "eslint --fix --ext .js src/"
},
"homepage": "https://github.com/mpx-ecology/mpx-size-report",
"repository": {
"type": "git",
"url": "[email protected]:mpx-ecology/mpx-size-report.git"
},
"keywords": [
"mpx",
"javascript",
"vue",
"miniprogram",
"sizeReport",
"bundle",
"analyzer"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1",
"loader-utils": "^2.0.0",
"opener": "^1.5.2",
"ws": "^7.4.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^5.0.0"
}
}