Spaces:
Sleeping
Sleeping
claude's playground
feat(agent verf): Add multi-provider LLM infrastructure with dual-mode support
0a6602d | { | |
| "name": "agentverf-web", | |
| "version": "0.1.0", | |
| "private": true, | |
| "description": "agent verf - Web application for fact-checking", | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "next": "14.1.0", | |
| "react": "^18", | |
| "react-dom": "^18", | |
| "clsx": "^2.1.0", | |
| "tailwind-merge": "^2.2.0" | |
| }, | |
| "devDependencies": { | |
| "typescript": "^5", | |
| "@types/node": "^20", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "autoprefixer": "^10.0.1", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.0", | |
| "eslint": "^8", | |
| "eslint-config-next": "14.1.0" | |
| } | |
| } | |