codex-toys/apps/web/package.json
2026-05-25 16:58:03 +00:00

31 lines
768 B
JSON

{
"name": "web",
"version": "0.132.5",
"type": "module",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "tsc -b && vp build",
"check:types": "tsc --noEmit",
"dev": "vp dev --host 127.0.0.1",
"preview": "vp preview --host 127.0.0.1",
"test": "vp test run --root ../.. apps/web/test"
},
"dependencies": {
"@workspace/ui": "workspace:*",
"@peezy.tech/codex-flows": "workspace:*",
"lucide-react": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"@tailwindcss/vite": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:"
}
}