mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
Ajout de PrismaDB pour les catégories + liens
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^3.7.0",
|
||||
"next": "12.0.7",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
@@ -16,6 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "7",
|
||||
"eslint-config-next": "12.0.7"
|
||||
"eslint-config-next": "12.0.7",
|
||||
"prisma": "^3.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user