This repository has been archived on 2023-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
schulzestudio/package.json
dependabot[bot] b61b2e1f02
Bump shelljs and jshint
Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [jshint](https://github.com/jshint/jshint). These dependencies need to be updated together.


Removes `shelljs`

Updates `jshint` from 2.11.0 to 2.13.6
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.11.0...2.13.6)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
- dependency-name: jshint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-02 10:53:19 +00:00

54 lines
1.2 KiB
JSON

{
"name": "Schulze_Studio",
"version": "1.0.0",
"description": "I'm Felix, welcome to my portfolio",
"author": {
"name": "Felix Schulze",
"url": "https://schulze.studio"
},
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/thefeli73/schulzestudio.git"
},
"boilerplate": {
"version": "2.2.5",
"author": "Chris Ferdinandi",
"url": "https://gomakethings.com",
"repo": "http://github.com/cferdinandi/gulp-boilerplate"
},
"browserslist": [
"last 2 versions",
"> 0.25%"
],
"devDependencies": {
"autoprefixer": "^9.7.6",
"browser-sync": "^2.29.3",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-buster": "^1.1.0",
"gulp-cache-buster": "^0.2.1",
"gulp-concat": "^2.6.1",
"gulp-flatmap": "^1.0.2",
"gulp-hasher": "^0.1.0",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
"gulp-jshint": "^2.1.0",
"gulp-optimize-js": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-svgmin": "^2.2.0",
"gulp-terser": "^1.2.0",
"gulp-usemin": "^0.3.30",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.2",
"purify-css": "^1.2.5"
},
"dependencies": {
"gulp-hash-src": "^0.1.6"
}
}