npm workspace integration

This commit is contained in:
2022-03-13 14:06:16 +03:00
parent 1e397af280
commit ff2cc92b5f
24 changed files with 14406 additions and 648 deletions

View File

@@ -6,9 +6,15 @@
"start": "next start"
},
"dependencies": {
"mongodb": "^4.1.3",
"mongoose": "^6.2.6",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^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"
}
}