Skip to content

Commit

Permalink
refactor: mark all client dependencies as devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukundan314 committed Aug 26, 2024
1 parent bd701c1 commit 27f74a9
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 109 deletions.
6 changes: 2 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/danny-avila/LibreChat/issues"
},
"homepage": "https://librechat.ai",
"dependencies": {
"devDependencies": {
"@ariakit/react": "^0.4.8",
"@dicebear/collection": "^7.0.4",
"@dicebear/core": "^7.0.4",
Expand Down Expand Up @@ -97,9 +97,7 @@
"tailwindcss-animate": "^1.0.5",
"tailwindcss-radix": "^2.8.0",
"url": "^0.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"zod": "^3.22.4",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
Expand Down
Loading

0 comments on commit 27f74a9

Please sign in to comment.