{ "name": "punktfunk-plugin-rom-manager-ui", "private": true, "type": "module", "description": "The ROM Manager plugin SPA — built into ../dist/ui and served by servePluginUi.", "scripts": { "dev": "vite", "build": "vite build", "typecheck": "tsc --noEmit" }, "dependencies": { "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^5.0.0", "typescript": "^5.9.3", "vite": "^7.0.0" } }