{ "name": "@cross-ai/web", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@cross-ai/domain": "file:../../packages/domain", "@cross-ai/report-schema": "file:../../packages/report-schema", "@tanstack/react-query": "^5.96.1", "react": "^19.2.4", "react-dom": "^19.2.4", "react-router-dom": "^7.13.2" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "jsdom": "^29.0.1", "vite": "^8.0.3" } }