{ "name": "samuel-philipp.de", "version": "1.0.0", "description": "Website for samuel-philipp.de", "scripts": { "minify-css": "uncss -n -H dist/en/ -o dist/en/css/main-*.css dist/en/index.html", "minify-css:de": "uncss -n -H dist/de/ -o dist/de/css/main-*.css dist/de/index.html", "start": "eleventy --serve --watch", "start:de": "LANGUAGE=de eleventy --serve --watch", "build": "eleventy && npm run minify-css", "build:de": "LANGUAGE=de eleventy && npm run minify-css" }, "author": "samuel-p", "repository": { "type": "git", "url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de" }, "optionalDependencies": { "browser-sync": "^2.27.12" }, "devDependencies": { "@11ty/eleventy": "^2.0.0", "@11ty/eleventy-navigation": "^0.3.5", "@node-minify/core": "^8.0.5", "@node-minify/crass": "^8.0.5", "@node-minify/html-minifier": "^8.0.5", "@sardine/eleventy-plugin-tinyhtml": "^0.2.0", "cpx": "^1.5.0", "eleventy-plugin-rev": "^1.1.1", "eleventy-sass": "^2.2.1", "glob": "^8.1.0", "minify": "^9.2.0", "postcss": "^8.4.21", "sass": "^1.58.3", "uncss": "^0.17.3" }, "dependencies": { "bootstrap": "^5.2.3", "flag-icons": "^6.6.6" } }