Add Big Haul Part 2
This commit is contained in:
parent
d85522e4e6
commit
81db8a35e0
8 changed files with 875 additions and 472 deletions
20
package.json
20
package.json
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "gallery.badmanners.xyz",
|
||||
"type": "module",
|
||||
"version": "1.10.2",
|
||||
"version": "1.10.3",
|
||||
"scripts": {
|
||||
"postinstall": "astro sync",
|
||||
"dev": "astro dev",
|
||||
|
|
@ -17,15 +17,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/alpinejs": "^0.4.0",
|
||||
"@astrojs/check": "^0.9.3",
|
||||
"@astrojs/mdx": "^3.1.6",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/mdx": "^3.1.7",
|
||||
"@astrojs/rss": "^4.0.7",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@astrojs/tailwind": "^5.1.1",
|
||||
"@astropub/md": "^1.0.0",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@types/alpinejs": "^3.13.10",
|
||||
"alpinejs": "^3.14.1",
|
||||
"astro": "^4.15.5",
|
||||
"astro": "^4.15.11",
|
||||
"astro-htaccess": "^0.2.0",
|
||||
"astro-pagefind": "^1.6.0",
|
||||
"clsx": "^2.1.1",
|
||||
|
|
@ -33,24 +33,24 @@
|
|||
"github-slugger": "^2.0.0",
|
||||
"marked": "^14.1.2",
|
||||
"pagefind": "^1.1.1",
|
||||
"polywasm": "^0.1.4",
|
||||
"polywasm": "^0.1.5",
|
||||
"reading-time": "^1.5.0",
|
||||
"sanitize-html": "^2.13.0",
|
||||
"tailwindcss": "^3.4.11",
|
||||
"sanitize-html": "^2.13.1",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"tiny-decode": "^0.1.3",
|
||||
"tippy.js": "^6.3.7",
|
||||
"toml": "^3.0.0",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.5.5",
|
||||
"@types/node": "^22.7.4",
|
||||
"@types/sanitize-html": "^2.13.0",
|
||||
"commander": "^12.1.0",
|
||||
"dotenv-cli": "^7.4.2",
|
||||
"fetch-retry": "^6.0.0",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.6",
|
||||
"prettier-plugin-tailwindcss": "^0.6.8",
|
||||
"tsx": "^4.19.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue