{ "name": "pokemon", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev --host 0.0.0.0", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/node": "^9.5.4", "@clerk/astro": "^3.0.1", "@clerk/themes": "^2.4.55", "astro": "^5.17.1", "bootstrap": "^5.3.8", "chalk": "^5.6.2", "chart.js": "^4.5.1", "dotenv": "^17.2.4", "drizzle-orm": "^1.0.0-beta.15-859cf75", "mysql2": "^3.16.3", "sass": "^1.97.3", "typesense": "^3.0.1" }, "devDependencies": { "@types/bootstrap": "^5.2.10", "@types/node": "^25.2.1", "drizzle-kit": "^1.0.0-beta.15-859cf75", "typescript": "^5.9.3" } }