chore: begin bundling all deps into the server

This commit is contained in:
Aarnav Tale
2025-03-17 10:39:38 -04:00
parent 79d83537d5
commit e701e16112
4 changed files with 152 additions and 60 deletions
+4 -3
View File
@@ -43,11 +43,9 @@
"react-stately": "^3.35.0",
"remix-utils": "^8.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-react-aria-components": "^1.2.0",
"undici": "^7.2.0",
"usehooks-ts": "^3.1.0",
"vite-node": "^3.0.1",
"ws": "^8.18.0",
"ws": "^8.18.1",
"yaml": "^2.7.0",
"zod": "^3.24.1"
},
@@ -55,6 +53,7 @@
"@babel/preset-typescript": "^7.26.0",
"@biomejs/biome": "^1.9.4",
"@react-router/dev": "^7.0.0",
"@types/websocket": "^1.0.10",
"@types/ws": "^8.5.13",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
@@ -64,8 +63,10 @@
"react-scan": "^0.1.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^2.0.0",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-node": "^3.0.8",
"vite-plugin-babel": "^1.3.0",
"vite-tsconfig-paths": "^5.1.4"
},