![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.32) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
81 lines
2.9 KiB
JSON
81 lines
2.9 KiB
JSON
{
|
|
"name": "coryd.dev",
|
|
"version": "2.2.4",
|
|
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "NODE_ENV=development npx tailwindcss -i ./tailwind.css -o src/assets/styles/tailwind.css && rm -rf .cache && ELEVENTY_PRODUCTION=false eleventy --serve",
|
|
"debug": "NODE_ENV=development npx tailwindcss -i ./tailwind.css -o src/styles/tailwind.css && DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"build": "NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o src/styles/tailwind.css --minify && ELEVENTY_PRODUCTION=true eleventy",
|
|
"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.8",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"@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/parser": "^6.13.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"child_process": "^1.0.2",
|
|
"clean-css": "^5.3.3",
|
|
"dotenv-flow": "^4.0.1",
|
|
"eleventy-plugin-tabler-icons": "^2.1.0",
|
|
"eleventy-plugin-unfurl": "^1.0.0",
|
|
"eleventy-plugin-youtube-embed": "^1.9.1",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"husky": "^8.0.3",
|
|
"ics-to-json-extended": "^1.1.4",
|
|
"jsdom": "^23.0.1",
|
|
"lint-staged": "^15.1.0",
|
|
"liquidjs": "^10.9.4",
|
|
"luxon": "^3.4.4",
|
|
"markdown-it": "^13.0.2",
|
|
"markdown-it-anchor": "^8.4.1",
|
|
"markdown-it-footnote": "^3.0.3",
|
|
"markdownlint-cli": "^0.37.0",
|
|
"marked": "^11.0.0",
|
|
"outdent": "^0.8.0",
|
|
"pagefind": "^1.0.4",
|
|
"postcss": "^8.4.32",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.7",
|
|
"sanitize-html": "^2.11.0",
|
|
"striptags": "^3.2.0",
|
|
"tailwind-scrollbar": "^3.0.5",
|
|
"tailwindcss": "^3.3.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|