mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05: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:
parent
cde22f85ee
commit
fb2dd3bd6f
3 changed files with 6 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -37,3 +37,6 @@ yarn-error.log*
|
||||||
# project specific
|
# project specific
|
||||||
/backend/data/
|
/backend/data/
|
||||||
/data/
|
/data/
|
||||||
|
|
||||||
|
# Jetbrains specific (webstorm)
|
||||||
|
.idea/**/**
|
|
@ -27,6 +27,7 @@
|
||||||
"passport": "^0.6.0",
|
"passport": "^0.6.0",
|
||||||
"passport-jwt": "^4.0.0",
|
"passport-jwt": "^4.0.0",
|
||||||
"passport-local": "^1.0.0",
|
"passport-local": "^1.0.0",
|
||||||
|
"reflect-metadata": "^0.1.13",
|
||||||
"rimraf": "^3.0.2"
|
"rimraf": "^3.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
"format": "prettier --write \"src/**/*.ts\""
|
"format": "prettier --write \"src/**/*.ts\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@emotion/react": "^11.10.4",
|
||||||
|
"@emotion/server": "^11.10.0",
|
||||||
"@mantine/core": "^5.5.2",
|
"@mantine/core": "^5.5.2",
|
||||||
"@mantine/dropzone": "^5.5.2",
|
"@mantine/dropzone": "^5.5.2",
|
||||||
"@mantine/form": "^5.5.2",
|
"@mantine/form": "^5.5.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue