{ "name": "robot-installer-web-client", "version": "1.0.0", "private": true, "type": "module", "description": "Public web client for installing Robot applications through the Local Installer Agent.", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@fluentui/react-icons": "^2.0.333", "@fontsource-variable/montserrat": "^5.3.0", "@vitejs/plugin-react": "^5.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "vite": "^7.3.5" } }