Files
litellm/tests/proxy_admin_ui_tests/ui_unit_tests/package.json
Ishaan Jaffer dc08e2d057 fix pkg lock
2025-11-22 11:52:57 -08:00

29 lines
752 B
JSON

{
"name": "ui-unit-tests",
"version": "1.0.0",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"dependencies": {
"antd": "^5.12.5",
"@ant-design/icons": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"overrides": {
"glob": ">=11.1.0"
}
}