summaryrefslogtreecommitdiff
path: root/packages/tweetdeck/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tweetdeck/package.json')
-rw-r--r--packages/tweetdeck/package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/tweetdeck/package.json b/packages/tweetdeck/package.json
index bc9a71c..b7ce11a 100644
--- a/packages/tweetdeck/package.json
+++ b/packages/tweetdeck/package.json
@@ -9,14 +9,16 @@
"start": "NODE_ENV=production bun src/index.ts"
},
"dependencies": {
+ "@sortug/ai": "workspace:*",
+ "@sortug/lib": "workspace:*",
+ "@sortug/prosody-ui": "workspace:*",
+ "@sortug/sorlang-db": "workspace:*",
"bun_python": "^0.1.10",
"lucide-react": "latest",
"node-html-parser": "^7.0.1",
"react": "^19",
"react-dom": "^19",
- "@sortug/lib": "workspce:*",
- "@sortug/prosody-ui": "workspce:*",
- "@sortug/ai": "workspce:*"
+ "react-hot-toast": "^2.6.0"
},
"devDependencies": {
"@types/react": "^19",