-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tanju Yıldız <[email protected]>
- Loading branch information
Showing
2 changed files
with
5,643 additions
and
6,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,6 @@ | |
"name": "starter", | ||
"version": "1.0.0", | ||
"description": "Gulp.js static site starter", | ||
"author": "Tanju Yildiz <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"starter", | ||
"gulp.js", | ||
"html", | ||
"css", | ||
"javascript" | ||
], | ||
"main": "gulpfile.js", | ||
"scripts": { | ||
"start": "cross-env NODE_ENV=development gulp", | ||
|
@@ -27,37 +18,50 @@ | |
"type": "git", | ||
"url": "git+https://github.com/mavisland/starter.git" | ||
}, | ||
"homepage": "https://github.com/mavisland/starter", | ||
"keywords": [ | ||
"starter", | ||
"gulp.js", | ||
"html", | ||
"css", | ||
"javascript" | ||
], | ||
"author": { | ||
"name": "Tanju Yildiz", | ||
"url": "https://tanjuyildiz.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mavisland/starter/issues" | ||
}, | ||
"homepage": "https://github.com/mavisland/starter", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.3", | ||
"@babel/preset-env": "^7.24.3", | ||
"@babel/core": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"autoprefixer": "^10.4.19", | ||
"browser-sync": "^2.29.3", | ||
"browser-sync": "^3.0.2", | ||
"cross-env": "^7.0.3", | ||
"del": "6.1.1", | ||
"gulp": "^4.0.2", | ||
"del": "^7.1.0", | ||
"gulp": "^5.0.0", | ||
"gulp-babel": "^8.0.0", | ||
"gulp-clean-css": "^4.3.0", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-data": "^1.3.1", | ||
"gulp-header": "^2.0.9", | ||
"gulp-if": "^3.0.0", | ||
"gulp-imagemin": "7.1.0", | ||
"gulp-imagemin": "^9.1.0", | ||
"gulp-plumber": "^1.2.1", | ||
"gulp-postcss": "^10.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-sass": "^5.1.0", | ||
"gulp-sourcemaps": "^3.0.0", | ||
"gulp-terser": "^2.1.0", | ||
"gulp-twig": "^1.2.0", | ||
"gulp-zip": "^5.1.0", | ||
"gulp-zip": "^6.0.0", | ||
"gulp.spritesmith": "^6.13.0", | ||
"postcss": "^8.4.38", | ||
"sass": "^1.72.0", | ||
"stylelint": "^16.3.1", | ||
"stylelint-config-twbs-bootstrap": "^14.0.0" | ||
"prettier": "^3.3.2", | ||
"sass": "^1.77.6", | ||
"stylelint": "^16.6.1", | ||
"stylelint-config-twbs-bootstrap": "^14.1.0" | ||
} | ||
} |
Oops, something went wrong.