diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-10 21:33:44 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-10 21:33:44 +0200 |
| commit | 3caee506c961ae0e78503164ed6a0f81db3c8c32 (patch) | |
| tree | 91bacabb0fa2b12f0e041f26959472381f3d6a63 /package.json | |
| parent | f8ea986c8d26a519ba30dfa97095487f85a09237 (diff) | |
Add husky and update dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/package.json b/package.json index d25d7f3..15d7613 100644 --- a/package.json +++ b/package.json @@ -5,20 +5,30 @@ "scripts": { "dev": "astro dev", "build": "astro check && astro build", - "astro": "astro" + "astro": "astro", + "format": "prettier --write .", + "format:dry": "prettier --check .", + "check": "astro check", + "prepare": "husky" }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.2.0", + "@astrojs/mdx": "^4.2.3", "@astrojs/rss": "4.0.11", - "@astrojs/sitemap": "3.2.1", + "@astrojs/sitemap": "^3.3.0", "@fontsource-variable/sen": "5.2.5", "@fontsource/beiruti": "^5.2.5", - "astro": "^5.5.2", + "astro": "^5.6.1", + "astro-icon": "^1.1.5", + "bootstrap": "^5.3.5", + "bootstrap-icons": "^1.11.3", "braces": "3.0.3", + "husky": "^9.1.7", "typescript": "5.8.2" }, "devDependencies": { - "sass": "^1.85.1" + "prettier": "^3.5.3", + "prettier-plugin-astro": "^0.14.1", + "sass": "^1.86.3" } -}
\ No newline at end of file +} |
