{ "name": "gadget-code-frontend", "version": "1.0.0", "description": "Gadget Code Frontend - A self-hosted Agentic Engineering Platform (AEP).", "type": "module", "scripts": { "dev": "vite", "typecheck": "tsc --noEmit", "build": "tsc --noEmit && vite build" }, "author": "Robert Colbert ", "license": "Apache-2.0", "dependencies": { "@codemirror/lang-cpp": "^6.0.3", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-go": "^6.0.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-java": "^6.0.2", "@codemirror/lang-javascript": "^6.2.5", "@codemirror/lang-json": "^6.0.2", "@codemirror/lang-less": "^6.0.2", "@codemirror/lang-markdown": "^6.5.0", "@codemirror/lang-php": "^6.0.2", "@codemirror/lang-python": "^6.2.1", "@codemirror/lang-rust": "^6.0.2", "@codemirror/lang-sql": "^6.10.0", "@codemirror/lang-xml": "^6.1.0", "@codemirror/lang-yaml": "^6.1.3", "@replit/codemirror-lang-csharp": "^6.2.0", "@uiw/codemirror-theme-tomorrow-night-blue": "^4.25.9", "@uiw/react-codemirror": "^4.25.9", "marked": "^16.4.2", "slug": "^11.0.1" } }