astro fix

This commit is contained in:
z0x 2024-11-21 18:48:53 -05:00
parent 1062856707
commit 30d1686e78
2 changed files with 1182 additions and 287 deletions

1457
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,16 +5,20 @@
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro build", "build": "astro check && astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.2", "@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.10", "astro": "^4.16.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8", "prettier-plugin-tailwindcss": "^0.6.8"
"tailwindcss": "^3.4.14"
} }
} }