react 19
This commit is contained in:
parent
c68baa3943
commit
dc5c8c8918
@ -1,10 +1,17 @@
|
||||
import path from "path";
|
||||
import { fileURLToPath } from "url";
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = path.dirname(__filename);
|
||||
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
basePath: "",
|
||||
assetPrefix: "/litellm-asset-prefix", // If a server_root_path is set, this will be overridden by runtime injection
|
||||
assetPrefix: "/litellm-asset-prefix",
|
||||
turbopack: {
|
||||
root: ".", // Explicitly set the project root to silence the multiple lockfiles warning
|
||||
// Must be absolute; "." is no longer allowed
|
||||
root: __dirname,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
15613
ui/litellm-dashboard/package-lock.json
generated
15613
ui/litellm-dashboard/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,8 +19,6 @@
|
||||
"dependencies": {
|
||||
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
||||
"@anthropic-ai/sdk": "^0.54.0",
|
||||
"@docusaurus/theme-mermaid": "^3.9.0",
|
||||
"@headlessui/react": "^1.7.18",
|
||||
"@headlessui/tailwindcss": "^0.2.0",
|
||||
"@heroicons/react": "^1.0.6",
|
||||
"@remixicon/react": "^4.1.1",
|
||||
@ -31,17 +29,15 @@
|
||||
"@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": "^16.1.6",
|
||||
"openai": "^4.93.0",
|
||||
"papaparse": "^5.5.2",
|
||||
"react": "^19.2",
|
||||
"react": "^19.2.4",
|
||||
"react-copy-to-clipboard": "^5.1.0",
|
||||
"react-dom": "^19.2",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-json-view-lite": "^2.5.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-syntax-highlighter": "^15.6.6",
|
||||
@ -64,7 +60,6 @@
|
||||
"@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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user