![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 3.0.0-alpha.13 to 3.0.0-alpha.14. - [Release notes](https://github.com/11ty/eleventy/releases) - [Changelog](https://github.com/11ty/eleventy/blob/main/docs/release-instructions.md) - [Commits](https://github.com/11ty/eleventy/compare/v3.0.0-alpha.13...v3.0.0-alpha.14) --- updated-dependencies: - dependency-name: "@11ty/eleventy" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "coryd.dev",
|
|
"version": "19.6.11",
|
|
"description": "The source for my personal site. Built using 11ty.",
|
|
"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"
|
|
},
|
|
"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": "^6.3.0",
|
|
"youtube-video-element": "^1.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "3.0.0-alpha.14",
|
|
"@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.7.0",
|
|
"@supabase/supabase-js": "^2.44.1",
|
|
"dotenv-flow": "^4.1.0",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"liquidjs": "^10.14.0",
|
|
"luxon": "^3.4.4",
|
|
"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",
|
|
"terser": "^5.31.1"
|
|
}
|
|
}
|