source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/DEPRECATED/react-gui/package.json@ 38824

Last change on this file since 38824 was 38822, checked in by davidb, 3 months ago

Last set of changes before this code base shifts over to ext/dl-chatbot

File size: 955 bytes
Line 
1{
2 "name": "dlcol-chatgpt-react-gui",
3 "description": "A varient of the chat-gpt-4 github project, specialized for use with the Greenstone Digital Library Software",
4 "version": "0.0.1",
5 "type": "module",
6 "scripts": {
7 "dev": "next dev",
8 "build": "next build",
9 "start": "next start",
10 "lint": "next lint"
11 },
12 "dependencies": {
13 "@emotion/react": "^11.10.8",
14 "@emotion/styled": "^11.10.8",
15 "@microsoft/fetch-event-source": "^2.0.1",
16 "@mui/material": "^5.12.2",
17 "@types/node": "18.16.2",
18 "@types/react": "18.2.0",
19 "@types/react-dom": "18.2.1",
20 "dotenv": "^16.0.3",
21 "eslint": "8.39.0",
22 "eslint-config-next": "13.3.1",
23 "hnswlib-node": "^1.4.2",
24 "next": "13.3.1",
25 "openai": "^4.28.0",
26 "pdfjs-dist": "^3.5.141",
27 "prettier": "^2.8.8",
28 "react": "18.2.0",
29 "react-dom": "18.2.0",
30 "react-markdown": "^8.0.7",
31 "remark-gfm": "^3.0.1",
32 "typescript": "5.0.4"
33 }
34}
Note: See TracBrowser for help on using the repository browser.