{ "name": "samuel-philipp.de", "version": "1.0.0", "description": "Website for samuel-philipp.de", "scripts": { "start": "eleventy --serve --watch", "start:de": "LANGUAGE=de eleventy --serve --watch", "build": "npm run compile-sass && eleventy && npm run minify-css && node .compress-all.js", "build:de": "npm run compile-sass && eleventy && npm run minify-css && node .compress-all.js --lang de" }, "author": "samuel-p", "repository": { "type": "git", "url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de" }, "optionalDependencies": { "browser-sync": "^2.27.10" }, "devDependencies": { "@11ty/eleventy": "^1.0.2", "@11ty/eleventy-navigation": "^0.3.5", "@node-minify/core": "^7.1.0", "@node-minify/crass": "^7.1.0", "@node-minify/html-minifier": "^7.1.0", "@sardine/eleventy-plugin-tinycss": "^2.0.0", "cpx": "^1.5.0", "eleventy-sass": "^2.1.6", "glob": "^8.0.3", "minify": "^9.1.0", "node-sass": "^8.0.0", "node-sass-tilde-importer": "^1.0.2", "postcss": "^8.4.21", "sass": "^1.57.1" }, "dependencies": { "@sardine/eleventy-plugin-tinyhtml": "^0.2.0", "bootstrap": "^5.2.3" } }