mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
Update deps & add docker
This commit is contained in:
35
package.json
35
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user