49 lines
2 KiB
JSON
49 lines
2 KiB
JSON
{
|
|
"name": "coryd.dev",
|
|
"version": "21.4.1",
|
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "eleventy --serve",
|
|
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
|
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
|
"update:deps": "npm upgrade && ncu",
|
|
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
|
"publish:analytics": "node scripts/worker-build.mjs analytics && wrangler deploy --env production --config workers/analytics/wrangler.toml",
|
|
"publish:contact": "node scripts/worker-build.mjs contact && wrangler deploy --env production --config workers/contact/wrangler.toml",
|
|
"publish:playing": "node scripts/worker-build.mjs playing && wrangler deploy --env production --config workers/playing/wrangler.toml",
|
|
"publish:rebuild": "node scripts/worker-build.mjs rebuild && wrangler deploy --env production --config workers/rebuild/wrangler.toml",
|
|
"publish:scrobble": "node scripts/worker-build.mjs scrobble && wrangler deploy --env production --config workers/scrobble/wrangler.toml"
|
|
},
|
|
"keywords": [
|
|
"11ty",
|
|
"Eleventy",
|
|
"Web components",
|
|
"Blog"
|
|
],
|
|
"author": "Cory Dransfeldt",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cdransf/api-text": "^1.4.0",
|
|
"@cdransf/select-pagination": "^1.3.1",
|
|
"@cdransf/theme-toggle": "^1.3.2",
|
|
"minisearch": "^7.1.0",
|
|
"youtube-video-element": "^1.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "v3.0.0-beta.1",
|
|
"@11ty/eleventy-fetch": "^4.0.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
|
|
"@cdransf/eleventy-plugin-tabler-icons": "^1.10.0",
|
|
"@supabase/supabase-js": "^2.45.0",
|
|
"dotenv-flow": "^4.1.0",
|
|
"liquidjs": "^10.16.1",
|
|
"luxon": "^3.5.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.0.1",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"sanitize-html": "^2.13.0",
|
|
"slugify": "^1.6.6"
|
|
}
|
|
}
|