Files
my-links/package.json
2022-01-15 17:25:29 +01:00

27 lines
551 B
JSON

{
"name": "superpipo-v2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "3.6.0",
"bcrypt": "^5.0.1",
"next": "12.0.7",
"next-auth": "^4.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"react-modal": "^3.14.4",
"sass": "^1.46.0"
},
"devDependencies": {
"eslint": "7",
"eslint-config-next": "12.0.7",
"prisma": "3.6.0"
}
}