51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"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 <rob.colbert@openplatform.us>",
|
|
"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",
|
|
"@react-three/fiber": "^9.6.1",
|
|
"@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",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"react-router-dom": "^7.14.2",
|
|
"slug": "^11.0.1",
|
|
"socket.io-client": "^4.8.3",
|
|
"three": "^0.184.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.4",
|
|
"@types/react": "^19.2.14",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"postcss": "^8.5.10",
|
|
"tailwindcss": "^4.2.4",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^8.0.10"
|
|
}
|
|
}
|