{ "name": "web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --clearScreen false", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint \"src/**/*.ts\"", "clean": "rm -rf dist && rm -rf node_modules" }, "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.3", "@vitejs/plugin-react": "^4.4.1", "globals": "^16.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.31.1", "vite": "^6.3.4" } }