![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.515.0 to 3.521.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.521.0/clients/client-s3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.8 KiB
JSON
53 lines
1.8 KiB
JSON
{
|
|
"name": "coryd.dev",
|
|
"version": "6.5.12",
|
|
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "eleventy --serve",
|
|
"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",
|
|
"postbuild": "webmention _site/feeds/posts --limit 1 --send && webmention _site/feeds/links --limit 1 --send"
|
|
},
|
|
"keywords": [
|
|
"11ty",
|
|
"Eleventy"
|
|
],
|
|
"author": "Cory Dransfeldt",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@daviddarnes/mastodon-post": "^1.1.1",
|
|
"@remy/webmention": "^1.5.0",
|
|
"@zachleat/pagefind-search": "^1.0.3",
|
|
"@zachleat/webcare-webshare": "^1.0.3",
|
|
"netlify-cli": "^17.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "3.0.0-alpha.5",
|
|
"@11ty/eleventy-activity-feed": "^1.0.9",
|
|
"@11ty/eleventy-fetch": "^4.0.0",
|
|
"@11ty/eleventy-img": "^4.0.2",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@aws-sdk/client-s3": "^3.521.0",
|
|
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
|
|
"child_process": "^1.0.2",
|
|
"dotenv-flow": "^4.1.0",
|
|
"eleventy-plugin-embed-everything": "^1.18.2",
|
|
"eleventy-plugin-tabler-icons": "^2.5.1",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"ics-to-json-extended": "^1.1.4",
|
|
"jsdom": "^24.0.0",
|
|
"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",
|
|
"slugify": "^1.6.6",
|
|
"writing-stats": "^1.0.6"
|
|
}
|
|
}
|