{ "name": "openreader-webui", "version": "0.3.0-patch.1", "private": true, "scripts": { "dev": "next dev --turbopack -p 3003", "build": "next build", "start": "next start -p 3003", "lint": "next lint" }, "dependencies": { "@headlessui/react": "^2.2.0", "@types/howler": "^2.2.12", "@types/string-similarity": "^4.0.2", "@types/uuid": "^10.0.0", "compromise": "^14.14.4", "core-js": "^3.41.0", "howler": "^2.2.4", "lru-cache": "^11.0.2", "next": "^15.2.1", "openai": "^4.86.1", "pdfjs-dist": "4.8.69", "react": "^19.0.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.0.0", "react-dropzone": "^14.3.8", "react-hot-toast": "^2.5.2", "react-markdown": "^10.1.0", "react-pdf": "^9.2.1", "react-reader": "^2.0.12", "remark-gfm": "^4.0.1", "string-similarity": "^4.0.4", "uuid": "^11.1.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@playwright/test": "^1.50.1", "@tailwindcss/typography": "^0.5.16", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.1.5", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }