{ "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": "^6.3.2", "@astrojs/react": "^4.3.0", "@astrojs/sitemap": "^3.4.1", "@astrojs/starlight": "^0.34.4", "@astrojs/svelte": "^7.1.0", "@astrojs/vue": "^5.1.0", "@cosmjs/math": "0.33.1", "@expressive-code/plugin-collapsible-sections": "^0.41.2", "@expressive-code/plugin-line-numbers": "^0.41.2", "@graphiql/plugin-explorer": "^5.0.0", "@graphiql/toolkit": "^0.11.3", "@lorenzo_lewis/starlight-utils": "^0.3.2", "@monaco-editor/react": "^4.6.0", "@rehype-pretty/transformers": "npm:@jsr/rehype-pretty__transformers@^0.13.4", "@unionlabs/client": "^0.0.39", "@unionlabs/sdk": "workspace:*", "@unionlabs/sdk-cosmos": "workspace:*", "@unionlabs/sdk-evm": "workspace:*", "@webcontainer/api": "^1.5.1", "@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": "^5.11.0", "astro-embed": "^0.9.0", "astro-live-code": "^0.0.6", "effect": "3.16.3", "expressive-code-twoslash": "^0.5.3", "glob": "^11.0.3", "graphiql": "^5.0.3", "graphql": "^16.11.0", "katex": "^0.16.22", "mermaid": "^11.8.0", "monaco-editor": "^0.52.0", "monaco-editor-auto-typings": "^0.4.5", "react": "^19.1.0", "react-dom": "^19.1.0", "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-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-smartypants": "^3.0.2", "remark-toc": "^9.0.0", "rollup-plugin-node-polyfills": "^0.2.1", "runed": "^0.29.1", "sharp": "^0.33.5", "shiki": "^3.7.0", "slugify": "^1.6.6", "smartypants": "^0.2.2", "starlight-heading-badges": "^0.5.0", "starlight-theme-rapide": "^0.5.1", "starlight-typedoc": "^0.21.3", "svelte": "^5.2.7", "ts-morph": "^26.0.0", "typedoc": "^0.28.7", "typedoc-plugin-frontmatter": "^1.3.0", "typedoc-plugin-markdown": "^4.7.0", "typedoc-plugin-missing-exports": "^4.0.0", "unified": "^11.0.5", "vue": "^3.5.17" }, "devDependencies": { "@astrojs/check": "^0.9.4", "@astrojs/language-server": "^2.15.4", "@astrojs/starlight-tailwind": "^4.0.1", "@astrojs/ts-plugin": "^1.10.4", "@iconify/json": "^2.2.354", "@shikijs/monaco": "^3.7.0", "@shikijs/rehype": "^3.7.0", "@shikijs/transformers": "^3.7.0", "@shikijs/twoslash": "^3.7.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/postcss": "^4.1.11", "@tailwindcss/typography": "^0.5.15", "@tailwindcss/vite": "^4.1.11", "@total-typescript/ts-reset": "^0.6.1", "@types/bun": "^1.2.17", "@types/node": "^22.9.1", "@types/postcss-import": "^14.0.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript/twoslash": "^3.2.8", "autoprefixer": "^10.4.20", "bits-ui": "^2.8.10", "clsx": "^2.1.1", "d3-array": "^3.2.4", "patch-package": "^8.0.0", "postcss": "^8.4.49", "postcss-import": "^16.1.0", "starlight-links-validator": "^0.17.0", "tailwind-merge": "^3.3.1", "tailwind-variants": "^1.0.0", "tailwindcss": "^4.1.11", "tailwindcss-animate": "^1.0.7", "ts-dedent": "^2.2.0", "typed-query-selector": "^2.12.0", "unist-util-visit": "^5.0.0", "unplugin-icons": "^22.1.0", "vite": "^6.3.5" }, "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", "safer-buffer": "npm:@nolyfill/safer-buffer@^1" } }