{ "name": "web", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc --build && vite build", "preview": "vite preview" }, "dependencies": { "@initiative/application": "workspace:*", "@initiative/domain": "workspace:*", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.0", "vite": "^6.2.0" } }