{ "name": "docs", "version": "0.0.1", "type": "module", "private": true, "scripts": { "dev": "NODE_ENV='development' astro dev", "start": "astro dev", "build": "astro build", "astro": "astro", "check": "astro check", "typecheck": "tsc --project tsconfig.json --noEmit" }, "dependencies": { "@astrojs/markdown-remark": "^5.2.0", "@astrojs/react": "^3.6.2", "@astrojs/sitemap": "^3.2.0", "@astrojs/starlight": "^0.28.2", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/svelte": "^5.7.1", "@astrojs/tailwind": "^5.1.1", "@astrojs/vue": "^4.5.1", "@expressive-code/plugin-collapsible-sections": "^0.37.0", "@expressive-code/plugin-line-numbers": "^0.37.0", "@graphiql/plugin-explorer": "^3.2.2", "@lorenzo_lewis/starlight-utils": "^0.1.2", "@monaco-editor/react": "^4.6.0", "@rehype-pretty/transformers": "^0.13.2", "@unionlabs/client": "^0.0.26", "@webcontainer/api": "^1.3.0", "@xterm/addon-clipboard": "^0.1.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-image": "^0.8.0", "@xterm/addon-ligatures": "^0.9.0", "@xterm/addon-serialize": "^0.13.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/addon-webgl": "^0.18.0", "@xterm/xterm": "^5.5.0", "astro": "^4.15.11", "astro-live-code": "^0.0.3", "graphiql": "^3.7.1", "graphql": "^16.9.0", "mermaid": "^11.3.0", "monaco-editor": "^0.52.0", "monaco-editor-auto-typings": "^0.4.5", "react": "^18.3.1", "react-dom": "^18.3.1", "rehype-autolink-headings": "^7.1.0", "rehype-katex": "^7.0.1", "rehype-mathjax": "^6.0.0", "rehype-pretty-code": "^0.14.0", "rehype-slug": "^6.0.0", "rehype-stringify": "^10.0.1", "remark-math": "^6.0.0", "remark-smartypants": "^3.0.2", "remark-toc": "^9.0.0", "rollup-plugin-node-polyfills": "^0.2.1", "sharp": "^0.33.5", "shiki": "^1.21.0", "slugify": "^1.6.6", "smartypants": "^0.2.2", "starlight-heading-badges": "^0.3.0", "starlight-theme-rapide": "^0.2.0", "svelte": "^4.2.19", "viem": "^2.21.17", "vue": "^3.5.11" }, "devDependencies": { "@astrojs/check": "^0.9.3", "@astrojs/language-server": "^2.14.2", "@astrojs/ts-plugin": "^1.10.2", "@shikijs/monaco": "^1.21.0", "@shikijs/rehype": "^1.21.0", "@shikijs/transformers": "^1.21.0", "@shikijs/twoslash": "^1.21.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.15", "@total-typescript/ts-reset": "^0.6.1", "@types/bun": "^1.1.10", "@types/node": "^22.7.4", "@types/postcss-import": "^14.0.3", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@typescript/twoslash": "^3.2.8", "autoprefixer": "^10.4.20", "patch-package": "^8.0.0", "postcss": "^8.4.47", "postcss-import": "^16.1.0", "starlight-links-validator": "^0.12.2", "tailwindcss": "^3.4.13", "tailwindcss-animate": "1.0.7", "ts-dedent": "^2.2.0", "twoslash-cdn": "^0.2.12", "typed-query-selector": "^2.12.0", "typescript": "^5.6.2", "unist-util-visit": "^5.0.0", "vite": "^5.4.8" }, "overrides": { "is-core-module": "npm:@nolyfill/is-core-module@^1", "isarray": "npm:@nolyfill/isarray@^1", "side-channel": "npm:@nolyfill/side-channel@^1", "json-stable-stringify": "npm:@nolyfill/json-stable-stringify@^1", "globalthis": "npm:@nolyfill/globalthis@^1", "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1" } }