mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-01 22:14:03 -04:00
5a791df8d3
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: logan-markewich <22285038+logan-markewich@users.noreply.github.com>
27 lines
619 B
JSON
27 lines
619 B
JSON
{
|
|
"name": "@llamaindex/next-node-runtime-test",
|
|
"version": "0.1.65",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@llamaindex/huggingface": "workspace:*",
|
|
"@llamaindex/readers": "workspace:*",
|
|
"llamaindex": "workspace:*",
|
|
"next": "^15.4.7",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.13",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"eslint": "9.30.1",
|
|
"eslint-config-next": "15.3.5",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|