diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index c011531..c9c616e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "astro dev", "build": "astro build", "preview": "astro preview", - "astro": "astro" + "astro": "astro", + "check-domains": "node scripts/check-domains.js" }, "dependencies": { "@astrojs/react": "^4.3.0", @@ -16,6 +17,7 @@ "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "astro": "^5.9.2", + "js-yaml": "^4.1.0", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.7" @@ -23,4 +25,4 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.16" } -}
\ No newline at end of file +} |
