{ "name": "memby-admin", "private": true, "version": "0.1.40", "type": "module", "description": "The Memby operations console. Built by Vite, served by the memby-admin container, proxied by the gateway at /admin.", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "preview": "vite preview", "typecheck": "tsc --noEmit" }, "dependencies": { "@fontsource-variable/inter": "^5.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.26.2" }, "devDependencies": { "@types/node": "^26.2.0", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.2", "typescript": "^5.6.3", "vite": "^5.4.9" } }