{ "name": "@omnia/gui", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@omnia/actor": "workspace:*", "@omnia/architect": "workspace:*", "@omnia/core": "workspace:*", "@omnia/intent": "workspace:*", "@omnia/llm": "workspace:*", "@omnia/memory": "workspace:*", "@omnia/scenario": "workspace:*", "@omnia/spatial": "workspace:*", "dotenv": "^17.4.2", "next": "^16.2.10", "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { "@types/node": "^26.1.0", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "autoprefixer": "^10.5.2", "postcss": "^8.5.16", "tailwindcss": "^3.4.19", "typescript": "^6.0.3" } }