Resolved conflicts by combining features from both branches: - Kept AI summarization features (ai package, SummarizeButton/Modal, summaries table) - Added document ID mapping and SHA-256 based IDs from main - Added resolveDocumentId and router navigation for URL redirects - Combined PDFViewer document state tracking with highlight timeout helpers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "openreader-webui",
|
|
"version": "v1.2.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack -p 3003",
|
|
"build": "next build",
|
|
"start": "next start -p 3003",
|
|
"lint": "next lint",
|
|
"test": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.15",
|
|
"@ai-sdk/groq": "^3.0.10",
|
|
"@ai-sdk/openai": "^3.0.12",
|
|
"@headlessui/react": "^2.2.9",
|
|
"@types/howler": "^2.2.12",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"ai": "^6.0.39",
|
|
"cmpstr": "^3.2.0",
|
|
"compromise": "^14.14.5",
|
|
"core-js": "^3.48.0",
|
|
"dexie": "^4.2.1",
|
|
"dexie-react-hooks": "^4.2.0",
|
|
"epubjs": "^0.3.93",
|
|
"howler": "^2.2.4",
|
|
"lru-cache": "^11.2.4",
|
|
"next": "^15.5.9",
|
|
"openai": "^6.16.0",
|
|
"pdfjs-dist": "4.8.69",
|
|
"react": "^19.2.3",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^19.2.3",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-hot-toast": "^2.6.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-pdf": "^9.2.1",
|
|
"react-reader": "^2.0.15",
|
|
"remark-gfm": "^4.0.1",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@playwright/test": "^1.58.0",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/node": "^20.19.30",
|
|
"@types/react": "^19.2.9",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "^15.5.9",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"lodash": "^4.17.23",
|
|
"@xmldom/xmldom": "^0.9.8",
|
|
"@types/localforage": "npm:empty-module@0.0.2"
|
|
}
|
|
}
|
|
}
|