mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 12:42:38 +10:00
workspace - wip
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
"@nestjs/platform-express": "^10.0.0",
|
||||
"@nestjs/platform-fastify": "^10.1.3",
|
||||
"@nestjs/typeorm": "^10.0.0",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"bcrypt": "^5.1.0",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.0",
|
||||
@ -42,7 +43,8 @@
|
||||
"pg": "^8.11.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rxjs": "^7.8.1",
|
||||
"typeorm": "^0.3.17"
|
||||
"typeorm": "^0.3.17",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "^10.0.0",
|
||||
|
||||
Reference in New Issue
Block a user