litellm/package.json

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

9 lines
143 B
JSON
Raw Normal View History

2024-03-30 01:08:35 +08:00
{
"dependencies": {
"react-copy-to-clipboard": "^5.1.0"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.7"
}
}