{
  "name": "dlcol-chatgpt-react-gui",
  "description": "A variant of the gpt-4-chat-ui github project, specialized for use with the Greenstone Digital Library Software", 
  "version": "0.0.1",
   "type": "module",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@emotion/react": "^11.10.8",
    "@emotion/styled": "^11.10.8",
    "@microsoft/fetch-event-source": "^2.0.1",
    "@mui/material": "^5.12.2",
    "@types/node": "18.16.2",
    "@types/react": "18.2.0",
    "@types/react-dom": "18.2.1",
    "dotenv": "^16.0.3",
    "eslint": "8.39.0",
    "eslint-config-next": "13.3.1",
    "hnswlib-node": "^1.4.2",
    "next": "13.3.1",
    "openai": "^4.38.0",
    "pdfjs-dist": "^3.5.141",
    "prettier": "^2.8.8",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-markdown": "^8.0.7",
    "remark-gfm": "^3.0.1",
    "typescript": "5.0.4"
  }
}
