{ "name": "demo", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@managemate/css": "workspace:*", "@managemate/icons": "workspace:*", "@managemate/react": "workspace:*", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "typescript": "~6.0.2", "vite": "^8.0.10" } }