mirror of
https://github.com/BerriAI/litellm.git
synced 2025-12-06 11:33:26 +08:00
89 lines
2.5 KiB
JSON
89 lines
2.5 KiB
JSON
{
|
|
"name": "litellm-dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "vitest",
|
|
"test:watch": "vitest -w",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.54.0",
|
|
"@docusaurus/theme-mermaid": "^3.8.1",
|
|
"@headlessui/react": "^1.7.18",
|
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@remixicon/react": "^4.1.1",
|
|
"@tanstack/react-pacer": "^0.2.0",
|
|
"@tanstack/react-query": "^5.64.1",
|
|
"@tanstack/react-table": "^8.20.6",
|
|
"@tremor/react": "^3.13.3",
|
|
"@types/papaparse": "^5.3.15",
|
|
"antd": "^5.13.2",
|
|
"cva": "^1.0.0-beta.3",
|
|
"fs": "^0.0.1-security",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jwt-decode": "^4.0.0",
|
|
"lucide-react": "^0.513.0",
|
|
"moment": "^2.30.1",
|
|
"next": "^14.2.32",
|
|
"openai": "^4.93.0",
|
|
"papaparse": "^5.5.2",
|
|
"react": "^18",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^18",
|
|
"react-json-view-lite": "^2.5.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-syntax-highlighter": "^15.6.6",
|
|
"tailwind-merge": "^3.2.0",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/babel__traverse": "^7.28.0",
|
|
"@types/lodash": "^4.17.15",
|
|
"@types/node": "^20",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-syntax-highlighter": "^15.5.11",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"@vitest/ui": "^3.2.4",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.32",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-unused-imports": "^4.2.0",
|
|
"jsdom": "^27.0.0",
|
|
"postcss": "^8.4.33",
|
|
"prettier": "3.2.5",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "5.3.3",
|
|
"vite": "^7.1.11",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"overrides": {
|
|
"prismjs": ">=1.30.0",
|
|
"webpack-dev-server": ">=5.2.1",
|
|
"mermaid": ">=11.10.0",
|
|
"js-yaml": ">=4.1.1",
|
|
"glob": ">=11.1.0",
|
|
"node-forge": ">=1.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17.0",
|
|
"npm": ">=8.3.0"
|
|
}
|
|
}
|