summaryrefslogtreecommitdiff
path: root/packages/tweetdeck/package.json
blob: bc9a71c9d9f7707972c1527e09caf403334071cc (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
{
  "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": {
    "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:*"
  },
  "devDependencies": {
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/bun": "latest"
  }
}