Files
my-links/package.json
Sonny 056a398f25 Revert "Add: tRPC + register on first time login"
This reverts commit cb5f9017a9a3e1e0886bfa67b9b9f5554f527d35.
2023-04-16 19:24:22 +02:00

36 lines
806 B
JSON

{
"name": "my-links",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@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": "^3.0.6",
"react-dom": "^18.2.0",
"react-select": "^5.7.0",
"sass": "^1.58.0",
"sharp": "^0.31.3",
"toastr": "^2.1.4"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.27",
"eslint": "8",
"eslint-config-next": "13.1.6",
"prisma": "^4.10.0",
"typescript": "4.9.5"
}
}