summaryrefslogtreecommitdiff
path: root/packages/tweetdeck/package.json
blob: b7ce11a4a7b68746beed9a5b45ca785455461df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "bun-react-tweetdeck",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "bun --hot src/index.ts",
    "build": "bun build ./src/index.html --outdir=dist --sourcemap --target=browser --minify --define:process.env.NODE_ENV='\"production\"' --env='BUN_PUBLIC_*'",
    "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",
    "react-hot-toast": "^2.6.0"
  },
  "devDependencies": {
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/bun": "latest"
  }
}