Files
huly-platform/desktop/package.json
T
2026-06-03 03:52:47 +05:00

298 lines
15 KiB
JSON

{
"name": "@hcengineering/desktop",
"version": "0.7.327",
"main": "dist/main/electron.js",
"template": "@hcengineering/webpack-package",
"scripts": {
"build": "compile",
"build:watch": "tsc",
"_phase:package": "rushx package",
"_phase:validate": "compile validate",
"_phase:test": "jest --passWithNoTests --silent --forceExit --detectOpenHandles",
"package": "rushx bump && cross-env MODEL_VERSION=$(node ../common/scripts/show_version.js) VERSION=$(node ../common/scripts/show_tag.js) NODE_ENV=production NODE_OPTIONS='--max-old-space-size=4094' webpack --stats-error-details && echo 'done'",
"webpack": "cross-env MODEL_VERSION=$(node ../common/scripts/show_version.js) VERSION=$(node ../common/scripts/show_tag.js) NODE_ENV=development webpack --stats-error-details --progress -w",
"devp": "cross-env MODEL_VERSION=$(node ../common/scripts/show_version.js) VERSION=$(node ../common/scripts/show_tag.js) NODE_ENV=production CLIENT_TYPE=dev webpack --progress -w",
"dev": "cross-env MODEL_VERSION=$(node ../common/scripts/show_version.js) VERSION=$(node ../common/scripts/show_tag.js) NODE_ENV=development webpack --progress -w",
"start": "cross-env MODEL_VERSION=$(node ../common/scripts/show_version.js) VERSION=$(node ../common/scripts/show_tag.js) NODE_ENV=production electron --no-sandbox .",
"start-dev": "cross-env MODEL_VERSION=$(node ../common/scripts/show_version.js) VERSION=$(node ../common/scripts/show_tag.js) NODE_ENV=development electron --no-sandbox .",
"test": "jest --passWithNoTests --silent --forceExit --verbose --detectOpenHandles",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --no-cache",
"format": "format",
"bump": "bump-package-version"
},
"devDependencies": {
"@hcengineering/platform-rig": "workspace:^0.7.21",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"node-loader": "~2.0.0",
"cross-env": "~7.0.3",
"webpack-cli": "^5.1.4",
"webpack": "^5.97.1",
"mini-css-extract-plugin": "^2.2.0",
"dotenv-webpack": "^8.0.1",
"ts-loader": "^9.2.5",
"svelte-loader": "^3.2.0",
"svelte-preprocess": "^5.1.4",
"css-loader": "^5.2.1",
"webpack-dev-server": "^4.11.1",
"style-loader": "^3.3.1",
"file-loader": "^6.2.0",
"sass": "^1.80.0",
"sass-loader": "^14.0.0",
"webpack-bundle-analyzer": "^4.10.2",
"svgo-loader": "^3.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.20",
"postcss-loader": "^7.0.2",
"postcss-load-config": "^4.0.1",
"compression-webpack-plugin": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"update-browserslist-db": "^1.2.3",
"browserslist": "^4.28.2",
"typescript": "^5.9.3",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"electron": "^38.2.2",
"@types/node": "^22.18.1",
"copy-webpack-plugin": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint": "^8.54.0",
"prettier": "^3.6.2",
"esbuild": "^0.25.10",
"esbuild-loader": "^4.3.0",
"@types/ws": "^8.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"@testing-library/jest-dom": "^6.6.3",
"jest-environment-jsdom": "^30.2.0"
},
"dependencies": {
"@hcengineering/platform": "workspace:^0.7.20",
"@hcengineering/ui": "workspace:^0.7.0",
"@hcengineering/theme": "workspace:^0.7.0",
"@hcengineering/login": "workspace:^0.7.0",
"@hcengineering/login-assets": "workspace:^0.7.0",
"@hcengineering/login-resources": "workspace:^0.7.0",
"@hcengineering/onboard": "workspace:^0.7.0",
"@hcengineering/onboard-assets": "workspace:^0.7.0",
"@hcengineering/onboard-resources": "workspace:^0.7.0",
"@hcengineering/client": "workspace:^0.7.19",
"@hcengineering/workbench": "workspace:^0.7.0",
"@hcengineering/workbench-resources": "workspace:^0.7.0",
"@hcengineering/view": "workspace:^0.7.0",
"@hcengineering/view-assets": "workspace:^0.7.0",
"@hcengineering/view-resources": "workspace:^0.7.0",
"@hcengineering/converter": "workspace:^0.7.0",
"@hcengineering/converter-resources": "workspace:^0.7.0",
"@hcengineering/contact": "workspace:^0.7.0",
"@hcengineering/contact-resources": "workspace:^0.7.0",
"@hcengineering/task": "workspace:^0.7.0",
"@hcengineering/task-assets": "workspace:^0.7.0",
"@hcengineering/task-resources": "workspace:^0.7.0",
"@hcengineering/chunter": "workspace:^0.7.0",
"@hcengineering/chunter-assets": "workspace:^0.7.0",
"@hcengineering/chunter-resources": "workspace:^0.7.0",
"@hcengineering/recruit": "workspace:^0.7.0",
"@hcengineering/recruit-assets": "workspace:^0.7.0",
"@hcengineering/recruit-resources": "workspace:^0.7.0",
"@hcengineering/setting": "workspace:^0.7.0",
"@hcengineering/setting-assets": "workspace:^0.7.0",
"@hcengineering/setting-resources": "workspace:^0.7.0",
"@hcengineering/client-resources": "workspace:^0.7.19",
"@hcengineering/contact-assets": "workspace:^0.7.0",
"@hcengineering/activity": "workspace:^0.7.0",
"@hcengineering/activity-assets": "workspace:^0.7.0",
"@hcengineering/activity-resources": "workspace:^0.7.0",
"@hcengineering/telegram": "workspace:^0.7.0",
"@hcengineering/telegram-assets": "workspace:^0.7.0",
"@hcengineering/telegram-resources": "workspace:^0.7.0",
"@hcengineering/workbench-assets": "workspace:^0.7.0",
"@hcengineering/attachment": "workspace:^0.7.0",
"@hcengineering/attachment-assets": "workspace:^0.7.0",
"@hcengineering/attachment-resources": "workspace:^0.7.0",
"@hcengineering/lead": "workspace:^0.7.0",
"@hcengineering/lead-assets": "workspace:^0.7.0",
"@hcengineering/lead-resources": "workspace:^0.7.0",
"@hcengineering/gmail": "workspace:^0.7.0",
"@hcengineering/gmail-assets": "workspace:^0.7.0",
"@hcengineering/gmail-resources": "workspace:^0.7.0",
"@hcengineering/image-cropper": "workspace:^0.7.0",
"@hcengineering/image-cropper-resources": "workspace:^0.7.0",
"@hcengineering/inventory": "workspace:^0.7.0",
"@hcengineering/inventory-assets": "workspace:^0.7.0",
"@hcengineering/inventory-resources": "workspace:^0.7.0",
"@hcengineering/templates": "workspace:^0.7.0",
"@hcengineering/templates-assets": "workspace:^0.7.0",
"@hcengineering/templates-resources": "workspace:^0.7.0",
"@hcengineering/notification": "workspace:^0.7.0",
"@hcengineering/notification-assets": "workspace:^0.7.0",
"@hcengineering/notification-resources": "workspace:^0.7.0",
"@hcengineering/preference": "workspace:^0.7.0",
"@hcengineering/preference-assets": "workspace:^0.7.0",
"@hcengineering/core": "workspace:^0.7.26",
"@hcengineering/rekoni": "workspace:^0.7.0",
"@hcengineering/tags-assets": "workspace:^0.7.0",
"@hcengineering/tags": "workspace:^0.7.0",
"@hcengineering/tags-resources": "workspace:^0.7.0",
"@hcengineering/calendar": "workspace:^0.7.0",
"@hcengineering/calendar-assets": "workspace:^0.7.0",
"@hcengineering/calendar-resources": "workspace:^0.7.0",
"@hcengineering/presentation": "workspace:^0.7.0",
"@hcengineering/tracker": "workspace:^0.7.0",
"@hcengineering/tracker-assets": "workspace:^0.7.0",
"@hcengineering/tracker-resources": "workspace:^0.7.0",
"@hcengineering/text-editor": "workspace:^0.7.0",
"@hcengineering/text-editor-assets": "workspace:^0.7.0",
"@hcengineering/text-editor-resources": "workspace:^0.7.0",
"@hcengineering/board": "workspace:^0.7.0",
"@hcengineering/board-assets": "workspace:^0.7.0",
"@hcengineering/board-resources": "workspace:^0.7.0",
"@hcengineering/hr": "workspace:^0.7.0",
"@hcengineering/hr-assets": "workspace:^0.7.0",
"@hcengineering/hr-resources": "workspace:^0.7.0",
"@hcengineering/bitrix": "workspace:^0.7.0",
"@hcengineering/bitrix-assets": "workspace:^0.7.0",
"@hcengineering/bitrix-resources": "workspace:^0.7.0",
"@hcengineering/request": "workspace:^0.7.0",
"@hcengineering/request-assets": "workspace:^0.7.0",
"@hcengineering/request-resources": "workspace:^0.7.0",
"@hcengineering/drive": "workspace:^0.7.0",
"@hcengineering/drive-assets": "workspace:^0.7.0",
"@hcengineering/drive-resources": "workspace:^0.7.0",
"@hcengineering/support": "workspace:^0.7.0",
"@hcengineering/support-assets": "workspace:^0.7.0",
"@hcengineering/support-resources": "workspace:^0.7.0",
"@hcengineering/diffview": "workspace:^0.7.0",
"@hcengineering/diffview-assets": "workspace:^0.7.0",
"@hcengineering/diffview-resources": "workspace:^0.7.0",
"@hcengineering/time": "workspace:^0.7.0",
"@hcengineering/time-assets": "workspace:^0.7.0",
"@hcengineering/time-resources": "workspace:^0.7.0",
"@hcengineering/github": "workspace:^0.7.0",
"@hcengineering/github-assets": "workspace:^0.7.0",
"@hcengineering/github-resources": "workspace:^0.7.0",
"@hcengineering/desktop-preferences": "workspace:^0.7.0",
"@hcengineering/desktop-preferences-assets": "workspace:^0.7.0",
"@hcengineering/desktop-preferences-resources": "workspace:^0.7.0",
"@hcengineering/desktop-downloads": "workspace:^0.7.0",
"@hcengineering/desktop-downloads-assets": "workspace:^0.7.0",
"@hcengineering/desktop-downloads-resources": "workspace:^0.7.0",
"@hcengineering/document": "workspace:^0.7.0",
"@hcengineering/document-assets": "workspace:^0.7.0",
"@hcengineering/document-resources": "workspace:^0.7.0",
"@hcengineering/love": "workspace:^0.7.0",
"@hcengineering/love-assets": "workspace:^0.7.0",
"@hcengineering/love-resources": "workspace:^0.7.0",
"@hcengineering/sign": "workspace:^0.7.0",
"@hcengineering/print": "workspace:^0.7.0",
"@hcengineering/print-assets": "workspace:^0.7.0",
"@hcengineering/print-resources": "workspace:^0.7.0",
"@hcengineering/guest": "workspace:^0.7.0",
"@hcengineering/guest-assets": "workspace:^0.7.0",
"@hcengineering/guest-resources": "workspace:^0.7.0",
"@hcengineering/global-profile": "workspace:^0.7.0",
"@hcengineering/global-profile-assets": "workspace:^0.7.0",
"@hcengineering/global-profile-resources": "workspace:^0.7.0",
"@hcengineering/presence": "workspace:^0.7.0",
"@hcengineering/presence-resources": "workspace:^0.7.0",
"@hcengineering/media": "workspace:^0.7.0",
"@hcengineering/media-assets": "workspace:^0.7.0",
"@hcengineering/media-resources": "workspace:^0.7.0",
"@hcengineering/recorder": "workspace:^0.7.0",
"@hcengineering/recorder-assets": "workspace:^0.7.0",
"@hcengineering/recorder-resources": "workspace:^0.7.0",
"@hcengineering/uploader": "workspace:^0.7.0",
"@hcengineering/uploader-assets": "workspace:^0.7.0",
"@hcengineering/uploader-resources": "workspace:^0.7.0",
"@hcengineering/controlled-documents": "workspace:^0.7.0",
"@hcengineering/controlled-documents-assets": "workspace:^0.7.0",
"@hcengineering/controlled-documents-resources": "workspace:^0.7.0",
"@hcengineering/questions": "workspace:^0.7.0",
"@hcengineering/questions-assets": "workspace:^0.7.0",
"@hcengineering/questions-resources": "workspace:^0.7.0",
"@hcengineering/training": "workspace:^0.7.0",
"@hcengineering/training-assets": "workspace:^0.7.0",
"@hcengineering/training-resources": "workspace:^0.7.0",
"@hcengineering/server-training": "workspace:^0.7.0",
"@hcengineering/server-training-resources": "workspace:^0.7.0",
"@hcengineering/products": "workspace:^0.7.0",
"@hcengineering/products-assets": "workspace:^0.7.0",
"@hcengineering/products-resources": "workspace:^0.7.0",
"@hcengineering/process": "workspace:^0.7.0",
"@hcengineering/process-assets": "workspace:^0.7.0",
"@hcengineering/process-resources": "workspace:^0.7.0",
"@hcengineering/analytics-providers": "workspace:^0.7.0",
"@hcengineering/analytics-collector": "workspace:^0.7.0",
"@hcengineering/analytics-collector-assets": "workspace:^0.7.0",
"@hcengineering/analytics-collector-resources": "workspace:^0.7.0",
"@hcengineering/ai-bot": "workspace:^0.7.0",
"@hcengineering/ai-bot-resources": "workspace:^0.7.0",
"@hcengineering/test-management": "workspace:^0.7.0",
"@hcengineering/test-management-assets": "workspace:^0.7.0",
"@hcengineering/test-management-resources": "workspace:^0.7.0",
"@hcengineering/survey": "workspace:^0.7.0",
"@hcengineering/survey-assets": "workspace:^0.7.0",
"@hcengineering/survey-resources": "workspace:^0.7.0",
"@hcengineering/card": "workspace:^0.7.0",
"@hcengineering/card-assets": "workspace:^0.7.0",
"@hcengineering/card-resources": "workspace:^0.7.0",
"@hcengineering/export": "workspace:^0.7.0",
"@hcengineering/export-assets": "workspace:^0.7.0",
"@hcengineering/export-resources": "workspace:^0.7.0",
"@hcengineering/mail": "workspace:^0.7.0",
"@hcengineering/mail-assets": "workspace:^0.7.0",
"@hcengineering/chat": "workspace:^0.7.0",
"@hcengineering/chat-assets": "workspace:^0.7.0",
"@hcengineering/chat-resources": "workspace:^0.7.0",
"@hcengineering/achievement": "workspace:^0.7.0",
"@hcengineering/achievement-assets": "workspace:^0.7.0",
"@hcengineering/achievement-resources": "workspace:^0.7.0",
"@hcengineering/communication": "workspace:^0.7.0",
"@hcengineering/communication-assets": "workspace:^0.7.0",
"@hcengineering/communication-resources": "workspace:^0.7.0",
"@hcengineering/emoji": "workspace:^0.7.0",
"@hcengineering/emoji-assets": "workspace:^0.7.0",
"@hcengineering/emoji-resources": "workspace:^0.7.0",
"@hcengineering/billing": "workspace:^0.7.0",
"@hcengineering/billing-assets": "workspace:^0.7.0",
"@hcengineering/billing-resources": "workspace:^0.7.0",
"@hcengineering/huly-mail": "workspace:^0.7.0",
"@hcengineering/huly-mail-assets": "workspace:^0.7.0",
"@hcengineering/huly-mail-resources": "workspace:^0.7.0",
"@hcengineering/ai-assistant": "workspace:^0.7.0",
"@hcengineering/ai-assistant-assets": "workspace:^0.7.0",
"@hcengineering/ai-assistant-resources": "workspace:^0.7.0",
"@hcengineering/inbox": "workspace:^0.7.0",
"@hcengineering/inbox-assets": "workspace:^0.7.0",
"@hcengineering/inbox-resources": "workspace:^0.7.0",
"@hcengineering/rating": "workspace:^0.7.0",
"@hcengineering/rating-assets": "workspace:^0.7.0",
"@hcengineering/rating-resources": "workspace:^0.7.0",
"electron-squirrel-startup": "~1.0.0",
"dotenv": "^16.4.5",
"electron-context-menu": "^4.0.4",
"electron-windows-badge": "^1.1.0",
"svelte": "^4.2.20",
"commander": "^14.0.0",
"electron-store": "^8.2.0",
"electron-log": "^5.1.7",
"electron-updater": "^6.3.4",
"livekit-client": "^2.15.6",
"@hcengineering/server-backup": "workspace:^0.7.0",
"@hcengineering/communication-types": "workspace:^0.7.12",
"ws": "^8.18.2"
},
"productName": "Huly Desktop",
"description": "Huly Desktop experience",
"keywords": [
"electron",
"typescript",
"svelte"
]
}