{ "name": "coryd.dev", "version": "4.4.0", "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { "start": "ELEVENTY_PRODUCTION=false eleventy --serve --incremental", "start:search": "run-s build:11ty index:local", "start:quick": "eleventy --serve --incremental --ignore-initial", "build": "ELEVENTY_PRODUCTION=true eleventy && npm run build:index", "build:index": "npx -y pagefind --site _site", "index:serve": "npx -y pagefind --site _site --serve", "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve" }, "keywords": [ "11ty", "Eleventy" ], "author": "Cory Dransfeldt", "license": "ISC", "dependencies": { "@zachleat/pagefind-search": "^1.0.3" }, "devDependencies": { "@11ty/eleventy": "3.0.0-alpha.4", "@11ty/eleventy-activity-feed": "^1.0.9", "@11ty/eleventy-fetch": "^4.0.0", "@11ty/eleventy-img": "^3.1.8", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "child_process": "^1.0.2", "clean-css": "^5.3.3", "dotenv-flow": "^4.1.0", "eleventy-plugin-embed-everything": "^1.18.0", "eleventy-plugin-tabler-icons": "^2.2.0", "eleventy-plugin-unfurl": "^1.0.0", "html-minifier-terser": "^7.2.0", "ics-to-json-extended": "^1.1.4", "jsdom": "^23.0.1", "liquidjs": "^10.10.0", "luxon": "^3.4.4", "markdown-it": "^14.0.0", "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^4.0.0", "marked": "^11.1.1", "outdent": "^0.8.0", "sanitize-html": "^2.11.0", "slugify": "^1.6.6", "writing-stats": "^1.0.6" } }