{ "name": "website", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/react": "^4.4.0", "@typelex/emitter": "workspace:*", "@typespec/bundler": "^0.4.4", "@typespec/playground": "^0.11.0", "astro": "^5.14.1", "json-stringify-pretty-compact": "^4.0.0", "lzutf8": "^0.6.3", "react": "^19.2.0", "react-dom": "^19.2.0", "shiki": "^3.13.0" }, "devDependencies": { "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@typespec/compiler": "^1.4.0" } }