litellm/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
358 B
JSON
Raw Normal View History

2024-03-30 01:08:35 +08:00
{
"dependencies": {
"prism-react-renderer": "^2.4.1",
"prisma": "^5.17.0",
2024-03-30 01:08:35 +08:00
"react-copy-to-clipboard": "^5.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^14.3.1",
"@types/react-copy-to-clipboard": "^5.0.7",
"jest": "^29.7.0"
2025-11-23 03:51:15 +08:00
},
"overrides": {
"glob": ">=11.1.0"
2024-03-30 01:08:35 +08:00
}
}