mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"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": {
|
|
"@base-ui/react": "^1.6.0",
|
|
"@omnia/actor": "workspace:*",
|
|
"@omnia/architect": "workspace:*",
|
|
"@omnia/core": "workspace:*",
|
|
"@omnia/intent": "workspace:*",
|
|
"@omnia/llm": "workspace:*",
|
|
"@omnia/memory": "workspace:*",
|
|
"@omnia/scenario": "workspace:*",
|
|
"@omnia/spatial": "workspace:*",
|
|
"@omnia/voice": "workspace:*",
|
|
"@radix-ui/react-dialog": "^1.1.19",
|
|
"@radix-ui/react-separator": "^1.1.11",
|
|
"@radix-ui/react-slot": "^1.3.0",
|
|
"@radix-ui/react-tooltip": "^1.2.12",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^17.4.2",
|
|
"lucide-react": "^1.24.0",
|
|
"next": "^16.2.10",
|
|
"radix-ui": "^1.6.2",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.2",
|
|
"@types/node": "^26.1.0",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"autoprefixer": "^10.5.2",
|
|
"postcss": "^8.5.16",
|
|
"shadcn": "^4.13.0",
|
|
"tailwindcss": "^4.3.2",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|