-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
53 lines (53 loc) · 1.66 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
{
"name": "ublue-gulp-config",
"description": "Ublue Gulp4 Development Environment.",
"version": "1.1.4",
"author": "Ryan",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^9.7.0",
"babel-preset-es2015": "^6.24.1",
"del": "^5.1.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-base64": "^0.1.3",
"gulp-changed": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-file-include": "^2.1.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"http-proxy-middleware": "^0.20.0",
"imagemin-pngquant": "^8.0.0",
"minimist": "^1.2.0",
"postcss-px-to-viewport": "^1.1.1",
"postcss-pxtorem": "^4.0.1",
"through2": "^3.0.1",
"webpack-stream": "^5.2.1"
},
"main": "gulp.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zhonglimh/Ublue-gulp-config.git"
},
"keywords": [
"Gulp",
"Gulp4",
"ublue"
],
"bugs": {
"url": "https://github.com/zhonglimh/Ublue-gulp-config/issues"
},
"homepage": "https://github.com/zhonglimh/Ublue-gulp-config#readme"
}