feat: update package.json and rollup.config.js to include jotai and enhance bundling configuration

This commit is contained in:
Marco Beretta 2025-07-18 22:38:24 +02:00
parent 412948e025
commit 103af99879
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
4 changed files with 105 additions and 32 deletions

View file

@ -71,6 +71,7 @@
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.3",
"input-otp": "^1.4.2",
"jotai": "^2.12.5",
"js-cookie": "^3.0.5",
"librechat-data-provider": "*",
"lodash": "^4.17.21",
@ -110,9 +111,6 @@
"tailwindcss-radix": "^2.8.0",
"zod": "^3.22.4"
},
"peerDependencies": {
"jotai": "^2.12.5"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",