107 lines
3.2 KiB
JSON
107 lines
3.2 KiB
JSON
{
|
|
"name": "evo-ai-frontend",
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"description": "Evo AI is an open-source platform for creating and managing AI agents, enabling integration with different AI models and services.",
|
|
"author": "Evolution API <contato@evolutionapi.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/EvolutionAPI/evo-ai-frontend.git"
|
|
},
|
|
"homepage": "https://github.com/EvolutionAPI/evo-ai-frontend",
|
|
"bugs": {
|
|
"url": "https://github.com/EvolutionAPI/evo-ai-frontend/issues"
|
|
},
|
|
"keywords": [
|
|
"ai",
|
|
"nextjs",
|
|
"react",
|
|
"frontend",
|
|
"open-source",
|
|
"evo-ai"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "latest",
|
|
"@hookform/resolvers": "^3.9.1",
|
|
"@radix-ui/react-accordion": "1.2.2",
|
|
"@radix-ui/react-alert-dialog": "1.1.4",
|
|
"@radix-ui/react-aspect-ratio": "1.1.1",
|
|
"@radix-ui/react-avatar": "1.1.2",
|
|
"@radix-ui/react-checkbox": "latest",
|
|
"@radix-ui/react-collapsible": "1.1.2",
|
|
"@radix-ui/react-context-menu": "2.2.4",
|
|
"@radix-ui/react-dialog": "1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "2.1.4",
|
|
"@radix-ui/react-hover-card": "1.1.4",
|
|
"@radix-ui/react-label": "2.1.1",
|
|
"@radix-ui/react-menubar": "1.1.4",
|
|
"@radix-ui/react-navigation-menu": "1.2.3",
|
|
"@radix-ui/react-popover": "1.1.4",
|
|
"@radix-ui/react-progress": "1.1.1",
|
|
"@radix-ui/react-radio-group": "1.2.2",
|
|
"@radix-ui/react-scroll-area": "latest",
|
|
"@radix-ui/react-select": "2.1.4",
|
|
"@radix-ui/react-separator": "1.1.1",
|
|
"@radix-ui/react-slider": "1.2.2",
|
|
"@radix-ui/react-slot": "1.1.1",
|
|
"@radix-ui/react-switch": "latest",
|
|
"@radix-ui/react-tabs": "latest",
|
|
"@radix-ui/react-toast": "latest",
|
|
"@radix-ui/react-toggle": "1.1.1",
|
|
"@radix-ui/react-toggle-group": "1.1.1",
|
|
"@radix-ui/react-tooltip": "1.1.6",
|
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
"@types/uuid": "^10.0.0",
|
|
"@xyflow/react": "^12.6.0",
|
|
"ai": "latest",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios": "^1.9.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.0.4",
|
|
"date-fns": "2.28.0",
|
|
"embla-carousel-react": "8.5.1",
|
|
"input-otp": "1.4.1",
|
|
"lucide-react": "^0.454.0",
|
|
"next": "15.2.4",
|
|
"next-runtime-env": "3.x",
|
|
"next-themes": "^0.4.4",
|
|
"react": "^18",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-code-blocks": "^0.1.6",
|
|
"react-day-picker": "8.10.1",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.54.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"recharts": "2.15.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"sonner": "^1.7.1",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^11.1.0",
|
|
"vaul": "^0.9.6",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5"
|
|
}
|
|
}
|