62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"name": "coryd.dev",
|
|
"version": "3.3.4",
|
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "22.x"
|
|
},
|
|
"scripts": {
|
|
"start": "eleventy --serve",
|
|
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
|
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
|
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
|
"update:deps": "npm upgrade && ncu",
|
|
"clean": "rimraf dist",
|
|
"build:worker": "node scripts/worker-build.mjs $WORKER_NAME",
|
|
"deploy:worker": "wrangler deploy --env production --config workers/$npm_config_worker/wrangler.toml"
|
|
},
|
|
"keywords": [
|
|
"11ty",
|
|
"Eleventy",
|
|
"Web components",
|
|
"Blog"
|
|
],
|
|
"author": "Cory Dransfeldt",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@11ty/eleventy-fetch": "4.0.1",
|
|
"@cdransf/api-text": "^1.8.1",
|
|
"@cdransf/select-pagination": "^1.3.1",
|
|
"@daviddarnes/mastodon-post": "^1.3.0",
|
|
"minisearch": "^7.1.0",
|
|
"youtube-video-element": "^1.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "v3.0.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@cdransf/eleventy-plugin-tabler-icons": "^2.2.0",
|
|
"@supabase/supabase-js": "^2.46.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"cssnano": "^7.0.6",
|
|
"dotenv-flow": "^4.1.0",
|
|
"fast-xml-parser": "^4.5.0",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"html-to-text": "^9.0.5",
|
|
"i18n-iso-countries": "7.13.0",
|
|
"ics": "^3.8.1",
|
|
"linkedom": "0.18.5",
|
|
"luxon": "^3.5.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdown-it-prism": "^2.3.0",
|
|
"postcss": "^8.4.49",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-import-ext-glob": "^2.1.1",
|
|
"rimraf": "^6.0.1",
|
|
"slugify": "^1.6.6",
|
|
"terser": "^5.36.0",
|
|
"truncate-html": "^1.1.2"
|
|
}
|
|
}
|