{ "name": "website-astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.3.1", "@astrojs/mdx": "^1.1.5", "@c0ntroller/wasm-terminal": ">=0.1.0", "astro": "^3.6.0", "astro-icon": "^0.8.1", "sass": "^1.69.5", "typescript": "^5.3.2" }, "devDependencies": { "@fec/remark-a11y-emoji": "^4.0.2", "astro-themes": "^0.2.4", "remark-code-extra": "^1.0.1", "vite-plugin-wasm-pack": "0.1.11" } }