a11oy / web /package.json
betterwithage's picture
sync(space): full source mirror — resolve all GitHub<->Space drift (CTO)
a6a5d8e verified
Raw
History Blame Contribute Delete
3.14 kB
{
"__doctrine-scanner-exempt": "legacy live-product surface; rename tracked as separate engineering debt \u2014 see scripts/check-doctrine-v6.mjs header",
"name": "@workspace/a11oy",
"version": "0.0.0",
"private": true,
"license": "LicenseRef-SZL-Proprietary",
"type": "module",
"scripts": {
"dev": "vite --config vite.config.ts --host 0.0.0.0",
"build": "vite build --config vite.config.ts",
"serve": "vite preview --config vite.config.ts --host 0.0.0.0",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "biome lint ./src",
"lint:ci": "biome lint ./src",
"check:command-redirects": "node scripts/check-command-redirects.mjs",
"format": "biome format --write ./src"
},
"dependencies": {
"@szl-holdings/api-client-react": "workspace:*",
"@szl-holdings/billing-client": "workspace:*",
"@szl-holdings/brand-registry": "workspace:*",
"@szl-holdings/design-system": "workspace:*",
"@szl-holdings/domain-profiles": "workspace:*",
"@szl-holdings/flexcache": "workspace:*",
"@szl-holdings/formulas": "workspace:*",
"@szl-holdings/frontier-mythos": "workspace:*",
"@szl-holdings/omnia-shell": "workspace:*",
"@szl-holdings/platform-registry": "workspace:*",
"@szl-holdings/replit-auth-web": "workspace:*",
"@szl-holdings/shared-proxy": "workspace:*",
"@szl-holdings/shared-ui": "workspace:*",
"@szl-holdings/speech-specialist": "workspace:*",
"@szl-holdings/telemetry-standards": "workspace:*",
"@szl/a11oy-runtime": "workspace:*",
"@szl/alloy": "workspace:*",
"@szl/substrate-client": "workspace:*",
"@urql/exchange-graphcache": "^9.0.0",
"@workspace/a11oy-fabric": "workspace:*",
"@workspace/sovereign-substrate": "workspace:*",
"@workspace/a11oy-orchestration": "workspace:*",
"@workspace/codex-kernel": "workspace:*",
"@workspace/ouroboros": "workspace:*",
"@workspace/tokens": "workspace:*",
"d3": "^7.9.0",
"graphql": "^16.13.2",
"graphql-ws": "^6.0.8",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"maplibre-gl": "^5.24.0",
"react-leaflet": "^5.0.0",
"sonner": "^1.7.4",
"urql": "^5.0.1"
},
"devDependencies": {
"@replit/vite-plugin-cartographer": "catalog:",
"@replit/vite-plugin-dev-banner": "catalog:",
"@replit/vite-plugin-runtime-error-modal": "catalog:",
"@szl-holdings/payload": "workspace:*",
"@szl-holdings/security-headers": "workspace:*",
"@szl-holdings/shared-contracts": "workspace:*",
"@szl-holdings/szl-doctrine": "workspace:*",
"@tailwindcss/vite": "catalog:",
"@tanstack/react-query": "catalog:",
"@types/d3": "^7.4.3",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:",
"clsx": "catalog:",
"framer-motion": "catalog:",
"lucide-react": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"recharts": "catalog:",
"tailwind-merge": "catalog:",
"tailwindcss": "catalog:",
"vite": "catalog:",
"wouter": "^3.3.5",
"zod": "catalog:"
}
}