diff --git a/package.json b/package.json index 887d85f..18715ff 100644 --- a/package.json +++ b/package.json @@ -27,16 +27,16 @@ ] }, "dependencies": { - "@astrojs/check": "^0.9.9", "@tailwindcss/vite": "^4.2.4", "@webtui/css": "^0.1.7", "astro": "^6.1.8", - "tailwindcss": "^4.2.4", - "typescript": "^6.0.3" + "tailwindcss": "^4.2.4" }, "devDependencies": { "@biomejs/biome": "2.4.13", "husky": "^9.1.7", - "lint-staged": "^16.4.0" + "lint-staged": "^16.4.0", + "typescript": "^6.0.3", + "@astrojs/check": "^0.9.9" } }