Files
litellm/tests/proxy_admin_ui_tests/ui_unit_tests/package.json
T
2026-05-04 11:36:18 -07:00

38 lines
1001 B
JSON

{
"name": "ui-unit-tests",
"version": "1.0.0",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@testing-library/react": "14.3.1",
"@testing-library/jest-dom": "6.9.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.4.5",
"typescript": "5.9.3"
},
"dependencies": {
"antd": "5.29.1",
"@ant-design/icons": "5.6.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"overrides": {
"glob": "13.0.0",
"minimatch": "10.2.5",
"picomatch": "2.3.2",
"handlebars": "4.7.9",
"@tootallnate/once": "3.0.1",
"@isaacs/brace-expansion": "5.0.0",
"@babel/traverse": "7.28.5",
"ws": "8.18.3",
"braces": "3.0.3"
}
}