Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"packageManager": "yarn@1.22.19",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -20,20 +21,16 @@
"@emotion/react": "^11.11.1",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're probably not using emotion either -- will check afterwards

"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.1.1",
"@langchain/community": "^0.0.27",
"@langchain/core": "^0.1.26",
"@langchain/openai": "^0.0.14",
"@langchain/weaviate": "^0.0.1",
"@rjsf/chakra-ui": "^5.17.1",
"@rjsf/core": "^5.17.1",
"@rjsf/utils": "^5.17.1",
"@rjsf/validator-ajv8": "^5.17.1",
"@tanstack/react-query": "^5.28.4",
"@types/dompurify": "^3.0.5",
"@types/marked": "^5.0.1",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and need to verify marked

"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.8",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're at it, we should move all types prefixed with @types/ to devDependencies

"@uiw/react-codemirror": "^4.21.24",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand Down
Loading