mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-03-07 10:03:19 +00:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "design-vibe",
|
|
"version": "0.1.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build --turbopack --no-lint",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"setup:one": "bash ./scripts/install.sh",
|
|
"setup:local": "bash ./scripts/install-local.sh",
|
|
"setup:docker": "bash ./scripts/install-docker.sh"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.37",
|
|
"@ai-sdk/google": "^3.0.21",
|
|
"@ai-sdk/openai": "^3.0.25",
|
|
"@ai-sdk/react": "3.0.79",
|
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"ai": "^6.0.73",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dommatrix": "^0.1.1",
|
|
"highlight.js": "^11.11.1",
|
|
"lucide-react": "^0.544.0",
|
|
"mammoth": "^1.11.0",
|
|
"nanoid": "^5.1.6",
|
|
"next": "15.5.4",
|
|
"node-ensure": "^0.0.0",
|
|
"pdfjs-dist": "^2.16.105",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "19.1.2",
|
|
"react-dom": "19.1.2",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tesseract.js": "^7.0.0",
|
|
"uuid": "^13.0.0",
|
|
"xlsx": "^0.18.5",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/pdf-parse": "^1.1.5",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.4",
|
|
"shadcn": "^3.5.0",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|