| { |
| "name": "@workspace/vessels", |
| "version": "0.0.0", |
| "private": true, |
| "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", |
| "format": "biome format --write ./src" |
| }, |
| "devDependencies": { |
| "@replit/vite-plugin-cartographer": "catalog:", |
| "@replit/vite-plugin-dev-banner": "catalog:", |
| "@replit/vite-plugin-runtime-error-modal": "catalog:", |
| "@szl-holdings/analytics": "workspace:*", |
| "@szl-holdings/api-client-react": "workspace:*", |
| "@szl-holdings/mcp-client": "workspace:*", |
| "@szl-holdings/payload": "workspace:*", |
| "@szl-holdings/szl-doctrine": "workspace:*", |
| "@szl-holdings/security-headers": "workspace:*", |
| "@szl-holdings/shared-proxy": "workspace:*", |
| "@szl-holdings/shared-ui": "workspace:*", |
| "@tailwindcss/typography": "^0.5.15", |
| "@tailwindcss/vite": "catalog:", |
| "@tanstack/react-query": "catalog:", |
| "@types/node": "catalog:", |
| "@types/react": "catalog:", |
| "@types/react-dom": "catalog:", |
| "@vitejs/plugin-react": "catalog:", |
| "@workspace/aef-contracts": "workspace:*", |
| "@workspace/aef-sdk": "workspace:*", |
| "framer-motion": "catalog:", |
| "lucide-react": "catalog:", |
| "react": "catalog:", |
| "react-dom": "catalog:", |
| "recharts": "catalog:", |
| "sonner": "^2.0.7", |
| "tailwindcss": "catalog:", |
| "tw-animate-css": "^1.4.0", |
| "vite": "catalog:", |
| "wouter": "^3.3.5" |
| }, |
| "dependencies": { |
| "@szl/alloy": "workspace:*", |
| "@szl-holdings/design-system": "workspace:*", |
| "@szl-holdings/graphql-client": "workspace:*", |
| "@szl-holdings/monte-carlo": "workspace:*", |
| "@szl-holdings/observability": "workspace:*", |
| "@szl-holdings/prism-bus": "workspace:*", |
| "@szl-holdings/replit-auth-web": "workspace:*", |
| "@szl-holdings/services": "workspace:*", |
| "@tanstack/query-persist-client-core": "^5.99.0", |
| "@tanstack/query-sync-storage-persister": "^5.99.0", |
| "@types/mapbox-gl": "^3.5.0", |
| "mapbox-gl": "^3.20.0", |
| "@szl-holdings/offline-engine": "workspace:*", |
| "@szl-holdings/brand-registry": "workspace:*", |
| "@szl-holdings/document-intelligence": "workspace:*", |
| "@szl-holdings/omnia-shell": "workspace:*", |
| "@workspace/tokens": "workspace:*", |
| "@szl-holdings/platform-registry": "workspace:*", |
| "@szl-holdings/alloy-client": "workspace:*", |
| "@workspace/a11oy-orchestration": "workspace:*" |
| } |
| } |