-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up package.json #70
base: main
Are you sure you want to change the base?
Conversation
@@ -20,16 +21,11 @@ | |||
"@emotion/react": "^11.11.1", |
There was a problem hiding this comment.
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
"@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", |
There was a problem hiding this comment.
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/marked": "^5.0.1", | ||
"@types/node": "20.4.9", | ||
"@types/react": "18.2.20", | ||
"@types/react-dom": "18.2.7", | ||
"@types/uuid": "^9.0.8", |
There was a problem hiding this comment.
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
Clean up packages that aren't used by the FE