mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-11 10:27:01 +02:00
chore: Fixed some missing dependencies in package.json
The backend was missing "reflect-metadata" and the frontend was missing "@emotion/react" and "@emotion/server". Also added JetBrains specific stuff in .gitignore
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"format": "prettier --write \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@mantine/core": "^5.5.2",
|
||||
"@mantine/dropzone": "^5.5.2",
|
||||
"@mantine/form": "^5.5.2",
|
||||
|
||||
Reference in New Issue
Block a user