{
  "name": "coryd.dev",
  "version": "14.1.0",
  "description": "The source for my personal site. Built using 11ty.",
  "type": "module",
  "scripts": {
    "start": "node ./scripts/og-images/index.js && eleventy --serve",
    "start:quick": "eleventy --serve --incremental --ignore-initial",
    "build": "ELEVENTY_PRODUCTION=true eleventy",
    "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
    "build:ogi": "node ./scripts/og-images/index.js"
  },
  "keywords": [
    "11ty",
    "Eleventy",
    "Web components",
    "Blog"
  ],
  "author": "Cory Dransfeldt",
  "license": "MIT",
  "dependencies": {
    "@cdransf/api-text": "^1.2.2",
    "@cdransf/select-pagination": "^1.0.5",
    "@cdransf/theme-toggle": "^1.2.3",
    "@daviddarnes/link-peek": "^1.1.0",
    "@daviddarnes/mastodon-post": "^1.3.0",
    "@zachleat/webcare-webshare": "^1.0.3",
    "minisearch": "^6.3.0",
    "youtube-video-element": "^1.1.1"
  },
  "devDependencies": {
    "@11ty/eleventy": "3.0.0-alpha.10",
    "@11ty/eleventy-activity-feed": "^1.0.9",
    "@11ty/eleventy-fetch": "^4.0.1",
    "@11ty/eleventy-plugin-rss": "^1.2.0",
    "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
    "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
    "@cdransf/eleventy-plugin-tabler-icons": "^1.3.0",
    "@supabase/supabase-js": "^2.43.1",
    "dotenv-flow": "^4.1.0",
    "gray-matter": "^4.0.3",
    "html-minifier-terser": "^7.2.0",
    "liquidjs": "^10.12.0",
    "luxon": "^3.4.4",
    "markdown-it": "^14.1.0",
    "markdown-it-anchor": "^8.6.7",
    "markdown-it-footnote": "^4.0.0",
    "netlify-plugin-webmentions": "^1.1.1",
    "sanitize-html": "^2.13.0",
    "sharp": "^0.33.3",
    "slugify": "^1.6.6",
    "terser": "^5.31.0"
  }
}