Update deps & add docker

This commit is contained in:
Sonny
2023-02-08 16:49:49 +01:00
parent ca7f8a5d9d
commit 1110734394
12 changed files with 2479 additions and 2103 deletions

View File

@@ -8,30 +8,27 @@
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^5.0.3",
"@dnd-kit/sortable": "^6.0.1",
"@dnd-kit/utilities": "^3.1.0",
"@prisma/client": "^4.3.1",
"@svgr/webpack": "^6.2.1",
"axios": "^0.27.2",
"next": "^12.3.0",
"next-auth": "^4.0.6",
"next-connect": "^0.12.2",
"@prisma/client": "^4.10.0",
"@svgr/webpack": "^6.5.1",
"axios": "^1.3.2",
"next": "^13.1.6",
"next-auth": "^4.19.2",
"next-connect": "^0.13.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-confirm-alert": "^2.8.0",
"react-confirm-alert": "^3.0.6",
"react-dom": "^18.2.0",
"react-select": "^5.3.1",
"sass": "^1.46.0",
"sharp": "^0.30.4",
"react-select": "^5.7.0",
"sass": "^1.58.0",
"sharp": "^0.31.3",
"toastr": "^2.1.4"
},
"devDependencies": {
"@types/node": "^17.0.29",
"@types/node": "^18.13.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.8",
"eslint": "7",
"eslint-config-next": "12.0.7",
"prisma": "^4.3.1"
"@types/react": "^18.0.27",
"eslint": "8",
"eslint-config-next": "13.1.6",
"prisma": "^4.10.0"
}
}
}