chore: update deps
This commit is contained in:
parent
7ee6913298
commit
43ccc45e73
3 changed files with 23 additions and 426 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue