Files
archy/package.json
T
DorianandClaude Opus 4.6 c82b4ef54f feat(app): redesign magazine grid, improve article views and proxy
- Redesign MagazineGrid with editorial New Yorker-inspired layout
- Simplify ArticleDetail and ArticleOverlay components
- Enhance claude-proxy with improved content extraction
- Add HTML utility for content processing
- Update NewsCard styling and chat message handling
- Clean up worktree references

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 23:50:46 +00:00

29 lines
637 B
JSON

{
"name": "aiui",
"version": "0.1.0",
"private": true,
"description": "The next-generation AI content surface UI",
"license": "MIT",
"scripts": {
"dev": "pnpm --filter @aiui/app dev",
"dev:core": "pnpm --filter @aiui/core dev",
"build": "turbo build",
"test": "turbo test",
"lint": "turbo lint",
"typecheck": "turbo typecheck",
"clean": "turbo clean"
},
"devDependencies": {
"turbo": "^2.8.12",
"typescript": "~5.8.0"
},
"packageManager": "pnpm@10.30.3",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.0.0"
},
"pnpm": {
"onlyBuiltDependencies": ["esbuild"]
}
}