platform/server/collaborator/package.json
Andrey Sobolev d1bf10b1d9
Use mongodb drived with fixed bulkWrite memory leak (#6961)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-10-16 22:22:24 +07:00

78 lines
2.4 KiB
JSON

{
"name": "@hcengineering/collaborator",
"version": "0.6.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"files": [
"lib/**/*",
"types/**/*",
"tsconfig.json"
],
"author": "Hardcore Engineering Inc.",
"license": "EPL-2.0",
"scripts": {
"build": "compile",
"build:watch": "compile",
"format": "format src",
"test": "jest --passWithNoTests --silent",
"_phase:build": "compile transpile src",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
"devDependencies": {
"cross-env": "~7.0.3",
"@hcengineering/platform-rig": "^0.6.0",
"@types/node": "~20.11.16",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"esbuild": "^0.20.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"ts-node": "^10.8.0",
"typescript": "^5.3.3",
"@types/body-parser": "~1.19.2",
"@types/express": "^4.17.13",
"@types/cors": "^2.8.12",
"@types/compression": "~1.7.2",
"@types/ws": "^8.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/activity": "^0.6.0",
"@hcengineering/analytics": "^0.6.0",
"@hcengineering/core": "^0.6.32",
"@hcengineering/account": "^0.6.0",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/server-client": "^0.6.0",
"@hcengineering/server-storage": "^0.6.0",
"@hcengineering/server-token": "^0.6.11",
"@hcengineering/server-core": "^0.6.1",
"@hcengineering/client": "^0.6.18",
"@hcengineering/client-resources": "^0.6.27",
"@hcengineering/minio": "^0.6.0",
"@hcengineering/collaboration": "^0.6.0",
"@hcengineering/collaborator-client": "^0.6.4",
"@hcengineering/text": "^0.6.5",
"@hcengineering/mongo": "^0.6.1",
"@hocuspocus/server": "^2.13.5",
"@hocuspocus/transformer": "^2.13.5",
"@tiptap/core": "^2.6.6",
"@tiptap/html": "^2.6.6",
"mongodb": "6.9.0-dev.20241016.sha.3d5bd513",
"yjs": "^13.6.19",
"y-prosemirror": "^1.2.12",
"express": "^4.19.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"ws": "^8.18.0"
}
}