{ "name": "aleebot-web", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/node": "^9.0.0", "@astrojs/react": "^4.1.3", "@types/react": "^19.0.4", "@types/react-dom": "^19.0.2", "astro": "^5.1.5", "react": "^19.0.0", "react-dom": "^19.0.0" } }