{ "type": "module", "name": "confidence-engine", "version": "0.2.0-experimental", "private": true, "description": "Experimental prototype for evidence-based situation reconstruction using local LLMs", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "experiment:start-case": "tsx scripts/start-case-experiment-helper.cjs", "lint": "next lint", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@supabase/ssr": "^0.12.7", "@supabase/supabase-js": "^2.116.0", "next": "^14.2.0", "react": "^18.3.0", "react-dom": "^18.3.0", "zod": "^4.5.4" }, "devDependencies": { "@playwright/test": "^1.62.1", "@types/node": "^20.14.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.0", "eslint": "^8.57.0", "eslint-config-next": "^14.2.0", "postcss": "^8.4.0", "tailwindcss": "^3.4.0", "tsx": "^4.23.13", "vitest": "^2.0.0" } }