codex-flows/package.json
2026-05-12 15:34:46 +00:00

47 lines
1.3 KiB
JSON

{
"name": "codex-bare",
"version": "0.1.0",
"description": "Thin web UI and TypeScript client for Codex app-server.",
"private": true,
"license": "Apache-2.0",
"packageManager": "bun@1.3.11",
"engines": {
"bun": ">=1.3.11"
},
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"@base-ui/react": "^1.4.1",
"@tailwindcss/vite": "^4.1.18",
"@types/bun": "^1.3.13",
"@types/node": "^22.10.10",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"discord.js": "^14.22.1",
"lucide-react": "^1.14.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shadcn": "^4.7.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"vite": "^7.3.2"
}
},
"scripts": {
"build": "bun run --workspaces build",
"check:types": "bun run --workspaces check:types",
"dev": "bun run --filter web dev",
"dev:web": "bun run --filter web dev",
"start": "bun run --filter web preview",
"start:discord:debug:commentary": "bun run --filter codex-discord-bridge start:debug:commentary",
"test": "bun run --filter @peezy.tech/codex-flows test && bun run --filter codex-app-cli test && bun run --filter codex-discord-bridge test"
}
}