mirror of
https://github.com/run-llama/llamaindex-docusearcher.git
synced 2026-06-30 21:38:01 -04:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "llamaindex-docusearcher",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slider": "^1.3.6",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@types/xml2js": "^0.4.14",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.542.0",
|
|
"mcp-client": "^1.13.1",
|
|
"next": "15.5.2",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.2",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.3.8",
|
|
"typescript": "^5"
|
|
}
|
|
}
|