{ "name": "website", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.7", "@astrojs/mdx": "^5.0.0", "@astrojs/react": "^5.0.0", "@astrojs/rss": "^4.0.17", "@astrojs/sitemap": "^3.7.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "astro": "^6.0.4", "fuse.js": "^7.1.0", "react": "^19.2.4", "react-dom": "^19.2.4", "typescript": "^5.9.3", "wavesurfer.js": "^7.12.2" } }