chore: update deps

This commit is contained in:
Cory Dransfeldt 2023-08-18 15:37:17 -07:00
parent 7ee6913298
commit 43ccc45e73
No known key found for this signature in database
3 changed files with 23 additions and 426 deletions

View file

@ -9,8 +9,7 @@
"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",
"postbuild": "webmention _site/feed.xml --limit 1 --send"
"prepare": "husky install && touch ./.git/COMMIT_EDITMSG"
},
"keywords": [
"11ty",
@ -65,9 +64,6 @@
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@remy/webmention": "^1.4.5"
},
"lint-staged": {
"**/*.{js,ts,json}": [
"npx prettier --write",