2022-01-08 15:11:13 +00:00
|
|
|
{
|
|
|
|
|
"name": "fake",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-01-09 07:28:39 +00:00
|
|
|
"@prisma/client": "^3.7.0",
|
2022-01-08 15:11:13 +00:00
|
|
|
"next": "12.0.7",
|
|
|
|
|
"react": "17.0.2",
|
|
|
|
|
"react-dom": "17.0.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "17.0.8",
|
|
|
|
|
"@types/react": "17.0.38",
|
|
|
|
|
"eslint": "8.6.0",
|
|
|
|
|
"eslint-config-next": "12.0.7",
|
|
|
|
|
"typescript": "4.5.4"
|
|
|
|
|
}
|
|
|
|
|
}
|