-
Notifications
You must be signed in to change notification settings - Fork 176
/
package.json
37 lines (37 loc) · 925 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
{
"name": "frontend-boilerplate",
"version": "1.0.0",
"description": "Simple front-end boilerplate using Gulp 4",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thecodercoder/frontend-boilerplate.git"
},
"keywords": [
"gulp",
"boilerplate",
"html",
"css",
"javascript"
],
"author": "@thecodercoder",
"license": "ISC",
"bugs": {
"url": "https://github.com/thecodercoder/frontend-boilerplate/issues"
},
"homepage": "https://github.com/thecodercoder/frontend-boilerplate#readme",
"devDependencies": {},
"dependencies": {
"autoprefixer": "^10.2.6",
"browser-sync": "^2.27.4",
"cssnano": "^5.0.6",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-terser": "^2.0.1",
"postcss": "^8.3.5",
"sass": "^1.35.2"
}
}