67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "ai-avatar",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@langchain/community": "^0.3.29",
|
|
"@langchain/core": "^0.3.39",
|
|
"@langchain/langgraph": "^0.2.45",
|
|
"@langchain/openai": "^0.4.3",
|
|
"@radix-ui/react-label": "^2.1.2",
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
"@react-three/drei": "^9.121.4",
|
|
"@react-three/fiber": "^9.0.0-rc.7",
|
|
"@types/three": "^0.173.0",
|
|
"ai": "^4.1.34",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"elevenlabs": "^1.59.0",
|
|
"langchain": "^0.3.15",
|
|
"leva": "^0.10.0",
|
|
"lucide-react": "^0.475.0",
|
|
"next": "15.1.6",
|
|
"next-themes": "^0.4.4",
|
|
"openai": "^4.83.0",
|
|
"pino": "^9.6.0",
|
|
"pino-pretty": "^13.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"sonner": "^1.7.4",
|
|
"tailwind-merge": "^3.0.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"three": "^0.173.0",
|
|
"zod": "^3.24.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.1.6",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
"postcss": "^8",
|
|
"prettier": "^3.4.2",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"overrides": {
|
|
"@react-three/drei": {
|
|
"@react-three/fiber": "^9.0.0-rc.7",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|
|
}
|