God Agent OS
feat(v11): Complete God Mode upgrade - Theme, Language, Computer Use, Real Backend
bbcfe72 | { | |
| "name": "god-agent-os-ui", | |
| "version": "11.0.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev -p 3000", | |
| "build": "next build", | |
| "start": "next start -p 3000", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-progress": "^1.1.8", | |
| "@radix-ui/react-separator": "^1.1.8", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "date-fns": "^3.6.0", | |
| "framer-motion": "^11.1.9", | |
| "i18next": "^23.11.5", | |
| "lucide-react": "^0.378.0", | |
| "next": "14.2.3", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-i18next": "^14.1.2", | |
| "react-is": "^19.2.6", | |
| "react-markdown": "^9.0.1", | |
| "react-syntax-highlighter": "^15.5.0", | |
| "recharts": "^3.8.1", | |
| "rehype-highlight": "^7.0.0", | |
| "remark-gfm": "^4.0.0", | |
| "tailwind-merge": "^2.3.0", | |
| "zustand": "^4.5.2" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "@types/react-syntax-highlighter": "^15.5.13", | |
| "autoprefixer": "^10.0.1", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1", | |
| "typescript": "^5" | |
| } | |
| } | |