{
  "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": "^3.0.2"
  },
  "devDependencies": {
    "@11ty/eleventy": "^2.0.1",
    "@11ty/eleventy-navigation": "^0.3.5",
    "@node-minify/core": "^8.0.6",
    "@node-minify/crass": "^8.0.6",
    "@node-minify/html-minifier": "^8.0.6",
    "@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
    "cpx": "^1.5.0",
    "eleventy-plugin-rev": "^2.0.0",
    "eleventy-sass": "^2.2.4",
    "glob": "^10.3.10",
    "minify": "^11.1.1",
    "postcss": "^8.4.33",
    "sass": "^1.69.7",
    "uncss": "^0.17.3"
  },
  "dependencies": {
    "bootstrap": "^5.3.2",
    "flag-icons": "^7.1.0"
  }
}