collaborative editor - wip

This commit is contained in:
Philipinho
2023-09-15 01:22:47 +01:00
parent 0d648c17fa
commit 4382c5a1d0
21 changed files with 375 additions and 23 deletions
+13 -8
View File
@@ -4,7 +4,7 @@
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"license": "",
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
@@ -27,24 +27,27 @@
"migration:show": "npm run typeorm migration:show"
},
"dependencies": {
"@hocuspocus/server": "^2.5.0",
"@hocuspocus/transformer": "^2.5.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.1.0",
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-fastify": "^10.1.3",
"@nestjs/platform-fastify": "^10.2.4",
"@nestjs/platform-ws": "^10.2.4",
"@nestjs/typeorm": "^10.0.0",
"@types/uuid": "^9.0.2",
"bcrypt": "^5.1.0",
"@nestjs/websockets": "^10.2.4",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"fastify": "^4.21.0",
"pg": "^8.11.2",
"fastify": "^4.22.2",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"typeorm": "^0.3.17",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"ws": "^8.14.1"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
@@ -55,6 +58,8 @@
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.3",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",