{ "name": "web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev-disabled": "vite --clearScreen false", "build-disabled": "tsc && vite build", "preview": "vite preview", "lint": "eslint \"src/**/*.ts\"" }, "dependencies": { "@repo/ui": "workspace:*", "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.1", "typescript": "5.8.3", "vite": "^6.3.3" } }