-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "gulp-template",
"version": "1.0.0",
"description": "The Gulp starting template for frontend development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Memac Ogilvy",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"browser-sync": "^2.26.12",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^6.0.0",
"gulp-fontmin": "^0.7.4",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^4.1.1",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"gulp-zip": "^5.0.2",
"node-sass": "^4.14.1",
"sass": "^1.64.0"
},
"dependencies": {
"bootstrap": "^4.5.2",
"del": "^5.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-kit": "^0.3.0",
"gulp-notifier": "^1.0.6",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"save-dev": "0.0.1-security"
}
}