mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-15 14:55:41 -04:00
c1c58feed2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
33 lines
842 B
JSON
33 lines
842 B
JSON
{
|
|
"name": "@llamaindex/unit-test",
|
|
"private": true,
|
|
"version": "0.1.48",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@azure/cosmos": "^4.1.1",
|
|
"@faker-js/faker": "^9.2.0",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"msw": "^2.6.5",
|
|
"vitest": "^2.1.5"
|
|
},
|
|
"dependencies": {
|
|
"@llamaindex/cloud": "workspace:*",
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/node-parser": "workspace:*",
|
|
"@llamaindex/openai": "workspace:*",
|
|
"@llamaindex/readers": "workspace:*",
|
|
"@llamaindex/workflow": "workspace:*",
|
|
"llamaindex": "workspace:*",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tree-sitter": "^0.22.1",
|
|
"tree-sitter-javascript": "^0.23.1",
|
|
"tree-sitter-typescript": "^0.23.2",
|
|
"zod": "^3.25.76"
|
|
}
|
|
}
|