{ "name": "@website/webapp", "private": true, "type": "module", "module": "./stub.ts", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "lint:tsc": "tsc --noEmit", "preview": "vite preview" }, "dependencies": { "@effect/platform": "^0.90.9", "@effect/platform-browser": "^0.70.0", "@effect/rpc": "^0.69.2", "effect": "^3.17.13", "effect-fc": "^0.1.3", "react": "^19.1.1", "react-dom": "^19.1.1" }, "devDependencies": { "@eslint/js": "^9.35.0", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.2", "eslint": "^9.35.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.4.0", "typescript-eslint": "^8.44.0", "vite": "^7.1.5" } }