{ "name": "2martens.de", "version": "1.0.0", "description": "My website", "main": "index.js", "type": "module", "dependencies": { "bootstrap": "^5.3.2", "jquery": "^3.7.1", "js-yaml": "4.1.0", "@popperjs/core": "^2.11.8" }, "devDependencies": { "@babel/core": "^7.24.4", "@babel/preset-env": "^7.24.4", "autoprefixer": "^10.4.19", "braces": "^3.0.2", "browser-sync": "^3.0.2", "child_process": "^1.0.2", "core-js": "^3.36.1", "del": "^7.0.0", "fancy-log": "^2.0.0", "fstream": "^1.0.12", "gulp": "^5.0.0", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", "gulp-imagemin": "^9.0.0", "gulp-notify": "^4.0.0", "gulp-postcss": "^10.0.0", "gulp-rename": "^2.0.0", "gulp-run": "^1.7.1", "gulp-sass": "^5.1.0", "gulp-sourcemaps": "^3.0.0", "gulp-terser": "^2.1.0", "localtunnel": "^2.0.2", "lodash": "^4.17.21", "lodash.template": "^4.5.0", "micromatch": "^4.0.5", "mixin-deep": "^2.0.1", "node-sass": "^9.0.0", "postcss": "^8.4.34", "regenerator-runtime": "^0.14.1", "sass": "^1.71.1", "set-value": "^4.1.0" }, "resolutions": { "minimist": "^1.2.3", "kind-of": "^6.0.3", "css": "^3.0.0", "source-map-resolve": "^0.6.0", "chokidar": "^3.4.0", "bl": "^2.2.1", "socket.io-parser": "^4.2.3", "fast-xml-parser": "^4.2.5", "http-cache-semantics": "^4.1.1", "semver-regex": "^3.1.4", "glob-parent": "^5.1.2", "trim-newlines": "^3.0.1", "engine.io": "^6.4.2", "got": "^11.8.5", "yargs-parser": "^21.1.1" }, "engines": { "node": ">= 18.0.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.2martens.de/2martens/2martens.de.git" }, "author": "Jim Martens", "license": "Apache-2.0", "browserslist": [ "last 2 versions" ] }