0f38d8d588
Includes deep-agents-ui integration, rework detection via Gitea, tool-call sanitization fixes, and startup scripts.
78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "deep-agents-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "^1.1.19",
|
|
"@langchain/langgraph": "^1.0.2",
|
|
"@langchain/langgraph-sdk": "^1.0.3",
|
|
"@radix-ui/colors": "^1.0.0",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@types/diff": "^5.0.3",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@types/uuid": "^9.0.8",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^1.2.1",
|
|
"date-fns": "^4.1.0",
|
|
"diff": "^8.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"lodash": "^4.18.1",
|
|
"lucide-react": "^0.539.0",
|
|
"next": "^16.2.5",
|
|
"nuqs": "^2.8.8",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-resizable-panels": "^3.0.6",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"sass": "^1.99.0",
|
|
"sonner": "^2.0.7",
|
|
"swr": "^2.4.1",
|
|
"tailwind-merge": "^2.6",
|
|
"use-stick-to-bottom": "^1.1.1",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@headlessui/tailwindcss": "^0.2.2",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"autoprefixer": "^10.4.24",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.54.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|