{ "name": "lolisland.us", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "format": "biome format --write .", "lint": "biome lint --write .", "check": "biome check --write .", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/cloudflare": "^12.6.12", "@astrojs/react": "^4.4.2", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "astro": "^5.0.0", "cropperjs": "^1.6.2", "react": "^19.2.3", "react-dom": "^19.2.3", "typescript": "^5.9.3" }, "devDependencies": { "@biomejs/biome": "2.3.8", "@iconify-json/flag": "^1.2.10", "@unocss/preset-icons": "^66.5.10", "unocss": "^66.5.10" } }