mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
24 lines
472 B
JSON
24 lines
472 B
JSON
{
|
|
"name": "superpipo-v2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^3.7.0",
|
|
"next": "12.0.7",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-intersection-observer": "^8.33.1",
|
|
"sass": "^1.46.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7",
|
|
"eslint-config-next": "12.0.7",
|
|
"prisma": "^3.7.0"
|
|
}
|
|
}
|