{
  "name": "@llmindex/web",
  "version": "0.1.0",
  "private": true,
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "license": "UNLICENSED",
  "scripts": {
    "dev": "next dev -p 3000",
    "build": "next build",
    "start": "next start -p 3100",
    "typecheck": "tsc --noEmit",
    "lint": "next lint",
    "test": "echo 'no unit tests for @llmindex/web (e2e via playwright)' && exit 0",
    "test:e2e": "playwright test"
  },
  "dependencies": {
    "@llmindex/db": "workspace:*",
    "@llmindex/items": "workspace:*",
    "@llmindex/scoring": "workspace:*",
    "@llmindex/ui": "workspace:*",
    "ioredis": "^5.4.1",
    "next": "14.2.15",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@llmindex/config": "workspace:*",
    "@playwright/test": "^1.47.0",
    "@types/node": "^22.5.4",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "autoprefixer": "^10.4.20",
    "eslint": "^8.57.0",
    "eslint-config-next": "14.2.15",
    "postcss": "^8.4.45",
    "tailwindcss": "^3.4.10",
    "typescript": "^5.5.4"
  }
}
