-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.18 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@mlz/webui-gulp",
"version": "1.0.0",
"description": "webui-gulp",
"scripts": {
"eslint": "eslint --ext js tasks index.js",
"eslint:fix": "eslint --ext js tasks index.js --fix",
"prepare": "husky install"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "index.js",
"types": "types/index.d.ts",
"dependencies": {
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@mlz/gulp-html-optimizer": "^2.0.1",
"@mlz/gulp-mt2amd": "^2.0.1",
"@mlz/imagemin-mozjpeg": "^8.0.1",
"@mlz/imagemin-optipng": "^7.1.1",
"@mlz/imagemin-webp": "^5.1.1",
"@mlz/postcss-px-to-viewport": "^2.0.0",
"@mlz/rollup-plugin-mt2amd": "^3.0.1",
"@rollup/plugin-alias": "^3.1.4",
"@rollup/plugin-commonjs": "19.0.2",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.3",
"chalk": "^4.1.1",
"del": "^6.0.0",
"esbuild": "^0.12.16",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"express": "^4.17.1",
"fancy-log": "^1.3.3",
"gulp-babel": "^8.0.0",
"gulp-digest-versioning": "^0.11.0",
"gulp-html-i18n": "^0.16.0",
"gulp-hub": "^4.2.0",
"gulp-if": "^3.0.0",
"gulp-img-css-sprite": "^0.6.0",
"gulp-minifier": "^3.5.0",
"gulp-postcss": "^9.0.0",
"gulp-property-merge": "^0.6.0",
"gulp-sus": "^0.6.0",
"gulp-useref": "^5.0.0",
"husky": "^7.0.0",
"imagemin": "^7.0.1",
"lazypipe": "^1.0.2",
"plugin-error": "^1.0.1",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"process-envify": "^1.0.2",
"require-all": "^3.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.36.0",
"socket.io": "^4.1.3",
"strip-json-comments": "^3.1.1",
"through2": "^4.0.2",
"vinyl": "^2.2.1",
"vue-template-compiler": "^2.6.14"
},
"peerDependencies": {
"gulp": "^4.0.2",
"rollup": "^2.0.0"
}
}