[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
Something went wrong. Try again.
docs package.json
1.0 kB · 41 lines
JSON
at ref/router
123456789101112131415161718192021222324252627282930313233343536373839404142{ "name": "clack-docs", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "prebuild": "npm run snapshot", "build": "astro build && cp public/_headers dist/_headers", "preview": "astro preview", "astro": "astro", "snapshot": "node --experimental-strip-types ./scripts/snapshot.ts" }, "dependencies": { "@astrojs/starlight": "^0.37.1", "@bomb.sh/args": "^0.3.1", "@clack/core": "^1.0.0", "@clack/prompts": "1.0.0", "@types/node": "^22.19.3", "@webcontainer/api": "^1.6.1", "@webcontainer/snapshot": "^0.1.0", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", "astro": "^5.16.6", "expressive-code-twoslash": "^0.5.3", "sharp": "^0.33.5", "starlight-sidebar-topics": "^0.6.2" }, "devDependencies": { "tinyexec": "^1.0.2", "wrangler": "^4.14.4" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "sharp", "workerd" ] }}