-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathpackage.json
41 lines (41 loc) · 1021 Bytes
/
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
{
"name": "mip2-extensions-platform",
"version": "1.0.0",
"description": "MIP 2.0 站长组件",
"scripts": {
"lint": "eslint --ext .vue,.js .",
"validate": "sh tools/validate.sh",
"deploy:preview": "sh tools/build.sh",
"fix": "eslint --ext .vue,.js . --fix"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/mip2-extensions-platform.git"
},
"keywords": [
"MIP"
],
"author": "MIP",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.2.5",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsdoc": "^3.7.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.5.0",
"execa": "^0.11.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"husky": "^1.0.0-rc.8",
"mip2": "^1.5.2"
}
}