Skip to content

Commit

Permalink
Paketler güncellendi
Browse files Browse the repository at this point in the history
Signed-off-by: Tanju Yıldız <[email protected]>
  • Loading branch information
mavisland committed Jun 20, 2024
1 parent a578bed commit 1d1130f
Show file tree
Hide file tree
Showing 2 changed files with 5,643 additions and 6,474 deletions.
44 changes: 24 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
Loading

0 comments on commit 1d1130f

Please sign in to comment.