-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "tejo-schedule-2018",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "SET Node_ENV=development& gulp",
"build": "SET Node_ENV=production& gulp build"
},
"author": "esaramago",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"buffer": "^5.2.1",
"envify": "^4.1.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-cssmin": "^0.2.0",
"gulp-data": "^1.3.1",
"gulp-if": "^2.0.2",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"node-sass": "^4.11.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"dependencies": {
"gulp-htmlmin": "^5.0.1"
}
}