mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
27 lines
551 B
JSON
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"
|
|
}
|
|
}
|