Add attributions to README

This commit is contained in:
Bad Manners 2024-11-21 10:06:56 -03:00
parent d4e8eb7dd8
commit ae4ed1e358
11 changed files with 25 additions and 673 deletions

View file

@ -1,7 +1,7 @@
{
"name": "badmanners.xyz",
"type": "module",
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
@ -11,8 +11,7 @@
"sync": "astro sync",
"check": "astro check",
"astro": "astro",
"prettier": "prettier --write .",
"deploy-lftp": "dotenv tsx scripts/deploy-lftp.ts --"
"prettier": "prettier --write ."
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
@ -30,12 +29,9 @@
"typescript": "^5.6.2"
},
"devDependencies": {
"commander": "^12.1.0",
"dotenv-cli": "^7.4.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-toml": "^2.0.1",
"tsx": "^4.19.1"
"prettier-plugin-toml": "^2.0.1"
}
}