Claude written astro

This commit is contained in:
2026-04-02 09:17:17 +03:00
parent 1cc6b57c87
commit e9af851046
15 changed files with 1220 additions and 0 deletions

22
AstroCV/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "astrocv",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.3",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"puppeteer": "^24.40.0"
}
}