This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/package.json
dependabot[bot] 3fc5f78b91
Bump @11ty/eleventy-fetch from 3.0.0 to 4.0.0
Bumps [@11ty/eleventy-fetch](https://github.com/11ty/eleventy-fetch) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/11ty/eleventy-fetch/releases)
- [Commits](https://github.com/11ty/eleventy-fetch/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21 20:06:18 +00:00

48 lines
2 KiB
JSON

{
"name": "coryd.dev",
"version": "1.0.0",
"description": "The source for my personal site, blog and portfolio. Build using 11ty and hosted on Vercel.",
"main": "index.html",
"scripts": {
"start": "eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "rm -rf .cache && ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css",
"postbuild": "webmention _site/feed.xml --limit 1 --send"
},
"keywords": [],
"author": "Cory Dransfeldt",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@fontsource/inter": "^4.5.15",
"eleventy-plugin-heroicons": "^1.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.5",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"sanitize-html": "^2.10.0"
},
"dependencies": {
"@11ty/eleventy-activity-feed": "^1.0.9",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-img": "^3.0.0",
"@extractus/feed-extractor": "^6.2.1",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.2",
"dotenv-flow": "^3.2.0",
"eleventy-plugin-unfurl": "^1.0.0",
"liquidjs": "^10.6.1",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3",
"marked": "^4.2.12",
"tailwind-dracula": "^1.1.0",
"tailwindcss": "^3.0.18"
}
}