![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [pagefind](https://github.com/CloudCannon/pagefind) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/CloudCannon/pagefind/releases) - [Changelog](https://github.com/CloudCannon/pagefind/blob/main/CHANGELOG.md) - [Commits](https://github.com/CloudCannon/pagefind/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: pagefind dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
80 lines
2.9 KiB
JSON
80 lines
2.9 KiB
JSON
{
|
|
"name": "coryd.dev",
|
|
"version": "2.0.0",
|
|
"description": "The source for my personal site, blog and portfolio. Build using 11ty and hosted on Netlify.",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "rm -rf .cache && ELEVENTY_PRODUCTION=false eleventy --serve && NODE_ENV=development npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",
|
|
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve && NODE_ENV=development npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css --minify",
|
|
"prepare": "husky install && touch ./.git/COMMIT_EDITMSG"
|
|
},
|
|
"keywords": [
|
|
"11ty",
|
|
"Eleventy"
|
|
],
|
|
"author": "Cory Dransfeldt",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-activity-feed": "^1.0.9",
|
|
"@11ty/eleventy-fetch": "^4.0.0",
|
|
"@11ty/eleventy-img": "^3.1.0",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"@commitlint/cli": "^17.7.1",
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"@quasibit/eleventy-plugin-schema": "^1.11.0",
|
|
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"autoprefixer": "^10.4.15",
|
|
"child_process": "^1.0.2",
|
|
"clean-css": "^5.3.2",
|
|
"dotenv-flow": "^3.3.0",
|
|
"eleventy-plugin-tabler-icons": "^2.0.5",
|
|
"eleventy-plugin-unfurl": "^1.0.0",
|
|
"eleventy-plugin-youtube-embed": "^1.9.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"husky": "^8.0.3",
|
|
"ics-to-json-extended": "^1.1.4",
|
|
"lint-staged": "^14.0.1",
|
|
"liquidjs": "^10.9.2",
|
|
"luxon": "^3.4.3",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-anchor": "^8.4.1",
|
|
"markdown-it-footnote": "^3.0.3",
|
|
"markdownlint-cli": "^0.36.0",
|
|
"marked": "^9.0.0",
|
|
"pagefind": "^1.0.3",
|
|
"postcss": "^8.4.29",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.4",
|
|
"rss-parser": "^3.13.0",
|
|
"sanitize-html": "^2.11.0",
|
|
"striptags": "^3.2.0",
|
|
"tailwind-scrollbar": "^3.0.5",
|
|
"tailwindcss": "^3.3.2"
|
|
},
|
|
"lint-staged": {
|
|
"**/*.{js,ts,json}": [
|
|
"npx prettier --write",
|
|
"npx eslint --fix"
|
|
],
|
|
"**/*.scss": [
|
|
"npx prettier --write"
|
|
],
|
|
"**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [
|
|
"npx markdownlint --config ./markdownlint.config.json --fix"
|
|
]
|
|
}
|
|
}
|