-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.53 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
54
55
56
57
58
59
60
61
{
"name": "gulp-boilerplate",
"version": "1.1.0",
"description": "boilerplage (gulp, pug, scss)",
"type": "module",
"scripts": {
"start": "gulp",
"prestart": "gulp devBuild",
"build": "gulp prodBuild",
"test": "mocha gulp.test.js",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koshacha/gulp-boilerplate.git"
},
"keywords": [
"gulp",
"html",
"boilerplate"
],
"author": "Ilya M.",
"license": "ISC",
"bugs": {
"url": "https://github.com/koshacha/gulp-boilerplate/issues"
},
"homepage": "https://github.com/koshacha/gulp-boilerplate#readme",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@prettier/plugin-pug": "^3.0.0",
"browser-sync": "^3.0.2",
"chai": "^5.1.0",
"fs-extra": "^11.2.0",
"gerillass": "^1.3.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-inject": "^5.0.5",
"gulp-node-env": "^2.0.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"husky": "^9.0.11",
"mocha": "^10.3.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier-plugin-css-order": "^2.0.1",
"pug": "^3.0.2",
"sass": "^1.71.1",
"typescript": "^5.3.3"
}
}