-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.31 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
{
"name": "vue-cli-plugin-mpqh",
"version": "0.1.1",
"main": "index.js",
"description": "360mp generator",
"maintainers": [
{
"name": "raozhanping",
"email": "raozhanping@gmail.com"
}
],
"bugs": {
"email": "raozhanping@gmail.com"
},
"license": "MIT",
"scripts": {
"lint": "eslint generator/index.js",
"build": "rollup -c"
},
"husky": {
"hooks": {
"pre-commit": "rollup -c && git add --all"
}
},
"dependencies": {
"ejs": "^2.6.2",
"globby": "^10.0.1",
"isbinaryfile": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"@rollup/plugin-json": "^4.0.2",
"babel-eslint": "^10.0.3",
"builtin-modules": "^3.1.0",
"builtins": "^2.0.1",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.2.3",
"jest": "^24.8.0",
"prettier": "^1.19.1",
"rollup": "^1.16.7",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0"
},
"files": [
"generator/template",
"generator/index.js",
"preset.json",
"index.js"
]
}