2023-12-12 11:16:06 +03:00
|
|
|
{
|
|
|
|
"name": "@hcengineering/collaborator",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
2024-02-23 08:37:22 +03:00
|
|
|
"svelte": "src/index.ts",
|
|
|
|
"types": "types/index.d.ts",
|
2023-12-12 11:16:06 +03:00
|
|
|
"author": "Hardcore Engineering Inc.",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2024-02-12 19:57:11 +03:00
|
|
|
"build": "compile",
|
|
|
|
"build:watch": "compile",
|
|
|
|
"_phase:bundle": "rushx bundle",
|
|
|
|
"_phase:docker-build": "rushx docker:build",
|
|
|
|
"_phase:docker-staging": "rushx docker:staging",
|
|
|
|
"bundle": "mkdir -p bundle && esbuild src/__start.ts --bundle --platform=node > bundle/bundle.js",
|
2024-03-08 20:09:38 +03:00
|
|
|
"docker:build": "../../common/scripts/docker_build.sh hardcoreeng/collaborator",
|
2023-12-12 11:16:06 +03:00
|
|
|
"docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/collaborator staging",
|
|
|
|
"docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/collaborator",
|
2023-12-25 12:49:08 +03:00
|
|
|
"run-local": "cross-env MONGO_URL=mongodb://localhost:27017 TRANSACTOR_URL=ws://localhost:3333 SECRET=secret MINIO_ENDPOINT=localhost MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin ts-node src/__start.ts",
|
2023-12-12 11:16:06 +03:00
|
|
|
"format": "format src",
|
2024-02-12 19:57:11 +03:00
|
|
|
"test": "jest --passWithNoTests --silent",
|
2024-02-23 08:37:22 +03:00
|
|
|
"_phase:build": "compile transpile src",
|
2024-02-12 19:57:11 +03:00
|
|
|
"_phase:test": "jest --passWithNoTests --silent",
|
2024-02-23 08:37:22 +03:00
|
|
|
"_phase:format": "format src",
|
|
|
|
"_phase:validate": "compile validate"
|
2023-12-12 11:16:06 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"cross-env": "~7.0.3",
|
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
2024-02-06 05:57:31 +03:00
|
|
|
"@types/node": "~20.11.16",
|
2023-12-12 11:16:06 +03:00
|
|
|
"@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",
|
2024-02-16 09:20:03 +03:00
|
|
|
"esbuild": "^0.20.0",
|
2023-12-12 11:16:06 +03:00
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
|
|
"prettier": "^3.1.0",
|
|
|
|
"ts-node": "^10.8.0",
|
2024-02-12 19:57:11 +03:00
|
|
|
"typescript": "^5.3.3",
|
2023-12-12 11:16:06 +03:00
|
|
|
"@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.3",
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
"ts-jest": "^29.1.1",
|
2024-03-15 12:33:12 +03:00
|
|
|
"@types/jest": "^29.5.5"
|
2023-12-12 11:16:06 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@hcengineering/core": "^0.6.28",
|
|
|
|
"@hcengineering/account": "^0.6.0",
|
|
|
|
"@hcengineering/platform": "^0.6.9",
|
|
|
|
"@hcengineering/server-tool": "^0.6.0",
|
|
|
|
"@hcengineering/server-token": "^0.6.7",
|
|
|
|
"@hcengineering/server-core": "^0.6.1",
|
|
|
|
"@hcengineering/client": "^0.6.14",
|
|
|
|
"@hcengineering/client-resources": "^0.6.23",
|
|
|
|
"@hcengineering/minio": "^0.6.0",
|
2024-02-22 14:39:50 +03:00
|
|
|
"@hcengineering/collaboration": "^0.6.0",
|
|
|
|
"@hcengineering/collaborator-client": "^0.6.0",
|
2023-12-25 12:49:08 +03:00
|
|
|
"@hcengineering/text": "^0.6.1",
|
2024-01-08 13:02:43 +03:00
|
|
|
"@hocuspocus/server": "^2.9.0",
|
|
|
|
"@hocuspocus/transformer": "^2.9.0",
|
2024-04-11 10:13:54 +03:00
|
|
|
"@tiptap/core": "^2.2.4",
|
|
|
|
"@tiptap/html": "^2.2.4",
|
2024-01-30 10:47:54 +03:00
|
|
|
"mongodb": "^6.3.0",
|
2023-12-25 12:49:08 +03:00
|
|
|
"yjs": "^13.5.52",
|
|
|
|
"y-prosemirror": "^1.2.1",
|
2024-03-04 17:03:35 +03:00
|
|
|
"express": "^4.18.3",
|
|
|
|
"body-parser": "^1.20.2",
|
2023-12-12 11:16:06 +03:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"compression": "~1.7.4",
|
|
|
|
"ws": "^8.10.0"
|
|
|
|
}
|
|
|
|
}
|