{ "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": { "ace-builds": "^1.36.0", "marked": "^16.0.0", "react-ace": "^12.0.0", "slug": "^11.0.1" } }