mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-23 07:45:27 -04:00
31 lines
789 B
JSON
31 lines
789 B
JSON
{
|
|
"name": "@llamaindex/unit-test",
|
|
"private": true,
|
|
"version": "0.0.11",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^9.0.1",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"msw": "^2.6.0",
|
|
"vitest": "^2.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@llamaindex/cloud": "workspace:*",
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/node-parser": "workspace:*",
|
|
"@llamaindex/openai": "workspace:*",
|
|
"@llamaindex/readers": "workspace:*",
|
|
"@llamaindex/workflow": "workspace:*",
|
|
"llamaindex": "workspace:*",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tree-sitter": "^0.22.0",
|
|
"tree-sitter-javascript": "^0.23.0",
|
|
"tree-sitter-typescript": "^0.23.0"
|
|
}
|
|
}
|