{ "name": "trepa-web", "type": "module", "version": "0.0.1", "scripts": { "dev": "bunx --bun astro dev", "build": "rm -rf dist && bunx --bun astro check && bunx --bun astro build", "preview": "bunx --bun astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.8.2", "@astrojs/node": "^8.3.2", "@astrojs/react": "^3.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "^4.12.2", "bootstrap": "^5.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.2.1", "typescript": "^5.5.4" }, "devDependencies": { "@biomejs/biome": "1.8.3" } }