mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Simplify dependencies in client and server packages.
This commit is contained in:

committed by
Geoff Seemueller

parent
497eb22ad8
commit
d5393ff964
@@ -25,7 +25,6 @@
|
|||||||
"chokidar": "^4.0.1",
|
"chokidar": "^4.0.1",
|
||||||
"framer-motion": "^11.13.1",
|
"framer-motion": "^11.13.1",
|
||||||
"isomorphic-dompurify": "^2.19.0",
|
"isomorphic-dompurify": "^2.19.0",
|
||||||
"itty-router": "^5.0.18",
|
|
||||||
"js-cookie": "^3.0.5",
|
"js-cookie": "^3.0.5",
|
||||||
"jsdom": "^24.0.0",
|
"jsdom": "^24.0.0",
|
||||||
"katex": "^0.16.20",
|
"katex": "^0.16.20",
|
||||||
@@ -38,7 +37,6 @@
|
|||||||
"mobx-react-lite": "^4.0.7",
|
"mobx-react-lite": "^4.0.7",
|
||||||
"mobx-state-tree": "^6.0.1",
|
"mobx-state-tree": "^6.0.1",
|
||||||
"moo": "^0.5.2",
|
"moo": "^0.5.2",
|
||||||
"openai": "^5.0.1",
|
|
||||||
"qrcode.react": "^4.1.0",
|
"qrcode.react": "^4.1.0",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
@@ -50,8 +48,6 @@
|
|||||||
"vike": "0.4.193",
|
"vike": "0.4.193",
|
||||||
"vite": "^6.3.5",
|
"vite": "^6.3.5",
|
||||||
"vite-plugin-pwa": "^1.0.0",
|
"vite-plugin-pwa": "^1.0.0",
|
||||||
"vitest": "^3.1.4",
|
"vitest": "^3.1.4"
|
||||||
"wrangler": "^4.18.0",
|
|
||||||
"zod": "^3.23.8"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -11,46 +11,22 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-gsio/env": "workspace:*",
|
"@open-gsio/env": "workspace:*",
|
||||||
"@anthropic-ai/sdk": "^0.32.1",
|
"@anthropic-ai/sdk": "^0.32.1",
|
||||||
"@chakra-ui/react": "^2.10.6",
|
|
||||||
"bun-sqlite-key-value": "^1.13.1",
|
"bun-sqlite-key-value": "^1.13.1",
|
||||||
"@cloudflare/workers-types": "^4.20241205.0",
|
"@cloudflare/workers-types": "^4.20241205.0",
|
||||||
"@emotion/react": "^11.13.5",
|
|
||||||
"@emotion/styled": "^11.13.5",
|
|
||||||
"@testing-library/jest-dom": "^6.4.2",
|
"@testing-library/jest-dom": "^6.4.2",
|
||||||
"@testing-library/react": "^14.2.1",
|
|
||||||
"@testing-library/user-event": "^14.5.2",
|
"@testing-library/user-event": "^14.5.2",
|
||||||
"@types/marked": "^6.0.0",
|
|
||||||
"@vitejs/plugin-react": "^4.3.4",
|
|
||||||
"@vitest/coverage-v8": "^3.1.4",
|
"@vitest/coverage-v8": "^3.1.4",
|
||||||
"@vitest/ui": "^3.1.4",
|
"@vitest/ui": "^3.1.4",
|
||||||
"chokidar": "^4.0.1",
|
"chokidar": "^4.0.1",
|
||||||
"framer-motion": "^11.13.1",
|
|
||||||
"isomorphic-dompurify": "^2.19.0",
|
|
||||||
"itty-router": "^5.0.18",
|
"itty-router": "^5.0.18",
|
||||||
"js-cookie": "^3.0.5",
|
|
||||||
"jsdom": "^24.0.0",
|
"jsdom": "^24.0.0",
|
||||||
"katex": "^0.16.20",
|
|
||||||
"lucide-react": "^0.436.0",
|
|
||||||
"marked": "^15.0.4",
|
|
||||||
"marked-extended-latex": "^1.1.0",
|
|
||||||
"marked-footnote": "^1.2.4",
|
|
||||||
"marked-katex-extension": "^5.1.4",
|
|
||||||
"mobx": "^6.13.5",
|
"mobx": "^6.13.5",
|
||||||
"mobx-react-lite": "^4.0.7",
|
|
||||||
"mobx-state-tree": "^6.0.1",
|
"mobx-state-tree": "^6.0.1",
|
||||||
"moo": "^0.5.2",
|
"moo": "^0.5.2",
|
||||||
"openai": "^5.0.1",
|
"openai": "^5.0.1",
|
||||||
"qrcode.react": "^4.1.0",
|
|
||||||
"react": "^18.3.1",
|
|
||||||
"react-dom": "^18.3.1",
|
|
||||||
"react-icons": "^5.4.0",
|
|
||||||
"react-streaming": "^0.3.44",
|
|
||||||
"react-textarea-autosize": "^8.5.5",
|
|
||||||
"shiki": "^1.24.0",
|
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2",
|
||||||
"vike": "0.4.193",
|
"vike": "0.4.193",
|
||||||
"vite": "^6.3.5",
|
"vite": "^6.3.5",
|
||||||
"vite-plugin-pwa": "^1.0.0",
|
|
||||||
"vitest": "^3.1.4",
|
"vitest": "^3.1.4",
|
||||||
"wrangler": "^4.18.0",
|
"wrangler": "^4.18.0",
|
||||||
"zod": "^3.23.8",
|
"zod": "^3.23.8",
|
||||||
|
Reference in New Issue
Block a user