{ "name": "react", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@spec/relay": "workspace:*", "@spec/schemas": "workspace:*", "@tanstack/react-query": "5", "@tanstack/react-router": "1", "@valkyr/db": "1", "@valkyr/event-emitter": "npm:@jsr/valkyr__event-emitter@1", "fast-equals": "5", "react": "19", "react-dom": "19", "zod": "4" }, "devDependencies": { "@eslint/js": "9", "@tanstack/react-router-devtools": "1", "@types/react": "19", "@types/react-dom": "19", "@vitejs/plugin-react": "4", "eslint": "9", "eslint-plugin-react-hooks": "5", "eslint-plugin-react-refresh": "0.4", "globals": "16", "typescript": "5", "typescript-eslint": "8", "vite": "7" } }