Files
LlamaIndexTS/unit/package.json
T
github-actions[bot] c1c58feed2 Release 0.11.19 (#2105)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
2025-07-17 15:44:22 +08:00

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"
}
}