{ "name": "ui", "version": "1.0.0", "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.", "main": "eslint.config.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "typescript": "^5.7.3" }, "dependencies": { "lit": "^3.2.1", "visions-client": "file:../client", "visions-types": "file:../types" } }