21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"mongoose": "^6.2.6",
|
|
"next": "latest",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"sass": "^1.49.9",
|
|
"shared-stuff": "file:../shared-stuff"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.11.0",
|
|
"eslint-config-next": "^12.1.0"
|
|
}
|
|
}
|