-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1000 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
42
{
"name": "gulp-workflow",
"version": "4.1.1",
"description": "Workflow using Gulp.js",
"license": "MIT",
"repository": "calazans10/gulp-workflow",
"author": {
"name": "Jeferson Farias Calazans",
"email": "[email protected]",
"url": "https://calazans10.com"
},
"engines": {
"node": ">=6"
},
"keywords": [
"gulp",
"gulp-starter",
"simple",
"starter",
"starter-kit"
],
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint": "^6.6.0",
"eslint-config-gulp": "^3.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-imagemin": "^6.2.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"node-sass": "^4.13.1",
"terser-webpack-plugin": "^2.3.4",
"webpack-stream": "^5.2.1"
}
}