mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
* fix: redesign and compact Signed-off-by: Leonid Kaganov <lleo@lleo.me> * fix: comments Signed-off-by: Leonid Kaganov <lleo@lleo.me> * fix: correctly dropping connections in timeout Signed-off-by: Leonid Kaganov <lleo@lleo.me> * feature: loglevel in config Signed-off-by: Leonid Kaganov <lleo@lleo.me> * fix: loglevel in config Signed-off-by: Leonid Kaganov <lleo@lleo.me> * features lopt: direct personal messages between websockets by username Signed-off-by: Leonid Kaganov <lleo@lleo.me> * fix collaborator security query Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * Fix svelte warnings Signed-off-by: Artem Savchenko <armisav@gmail.com> * Change log Signed-off-by: Artem Savchenko <armisav@gmail.com> * Add workspace permissions enum Signed-off-by: Artem Savchenko <armisav@gmail.com> * Add changelog Signed-off-by: Artem Savchenko <armisav@gmail.com> * Permission methods Signed-off-by: Artem Savchenko <armisav@gmail.com> * Update core and account versions Signed-off-by: Artem Savchenko <armisav@gmail.com> * Update core and account versions Signed-off-by: Artem Savchenko <armisav@gmail.com> --------- Signed-off-by: Leonid Kaganov <lleo@lleo.me> Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> Signed-off-by: Artem Savchenko <armisav@gmail.com> Co-authored-by: Leonid Kaganov <lleo@lleo.me> Co-authored-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
67 lines
2.5 KiB
JSON
67 lines
2.5 KiB
JSON
{
|
|
"name": "@hcengineering/qms-doc-import-tool",
|
|
"version": "0.7.0",
|
|
"main": "lib/index.js",
|
|
"svelte": "src/index.ts",
|
|
"types": "types/index.d.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"template": "@hcengineering/node-package",
|
|
"scripts": {
|
|
"build": "compile",
|
|
"build:watch": "compile",
|
|
"_phase:bundle": "rushx bundle",
|
|
"bundle": "node esbuild.js",
|
|
"run-local": "cross-env SERVER_SECRET=secret MONGO_URL=mongodb://localhost:27017 COLLABORATOR_URL=ws://localhost:3078 STORAGE_CONFIG=minio|minio?accessKey=minioadmin&secretKey=minioadmin node --nolazy -r ts-node/register ./src/__start.ts",
|
|
"run": "cross-env node -r ts-node/register --max-old-space-size=8000 ./src/__start.ts",
|
|
"format": "format src",
|
|
"test": "jest --passWithNoTests --silent --forceExit",
|
|
"_phase:build": "compile transpile src",
|
|
"_phase:test": "jest --passWithNoTests --silent --forceExit",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "~7.0.3",
|
|
"@hcengineering/platform-rig": "workspace:^0.7.19",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint": "^8.54.0",
|
|
"ts-node": "^10.9.2",
|
|
"esbuild": "^0.25.10",
|
|
"@types/minio": "~7.0.11",
|
|
"@types/node": "^22.18.1",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.3",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/htmlparser2": "^3.10.7",
|
|
"@types/domhandler": "^2.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/controlled-documents": "workspace:^0.7.0",
|
|
"@hcengineering/account": "workspace:^0.7.0",
|
|
"@hcengineering/attachment": "workspace:^0.7.0",
|
|
"@hcengineering/contact": "workspace:^0.7.0",
|
|
"@hcengineering/core": "workspace:^0.7.24",
|
|
"@hcengineering/platform": "workspace:^0.7.19",
|
|
"@hcengineering/server-core": "workspace:^0.7.18",
|
|
"@hcengineering/server-storage": "workspace:^0.7.16",
|
|
"@hcengineering/server-token": "workspace:^0.7.17",
|
|
"@hcengineering/server-tool": "workspace:^0.7.0",
|
|
"@hcengineering/server-client": "workspace:^0.7.16",
|
|
"@hcengineering/collaborator-client": "workspace:^0.7.17",
|
|
"commander": "^14.0.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.1.0",
|
|
"htmlparser2": "^9.0.0",
|
|
"mammoth": "^1.9.0",
|
|
"docx4js": "^3.2.20",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|