Files
huly-platform/services/mail/mail-common/package.json
T
Andrey SobolevandGitHub 0a682d03e3 Switch huly core (#10041)
* Switch to huly.core

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

---------

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-10-07 20:23:46 +05:00

73 lines
2.2 KiB
JSON

{
"name": "@hcengineering/mail-common",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"files": [
"lib/**/*",
"types/**/*",
"tsconfig.json"
],
"author": "Hardcore Engineering Inc.",
"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": {
"@hcengineering/platform-rig": "^0.7.10",
"@tsconfig/node16": "^1.0.4",
"@types/express": "^4.17.13",
"@types/jest": "^29.5.5",
"@types/markdown-it": "~13.0.0",
"@types/node": "^22.15.29",
"@types/sanitize-html": "^2.15.0",
"@types/turndown": "^5.0.5",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"esbuild": "^0.25.9",
"eslint": "^8.54.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.8.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@hcengineering/account-client": "^0.7.3",
"@hcengineering/api-client": "^0.7.3",
"@hcengineering/card": "^0.7.0",
"@hcengineering/chat": "^0.7.0",
"@hcengineering/communication-rest-client": "^0.7.0",
"@hcengineering/communication-sdk-types": "^0.7.0",
"@hcengineering/communication-shared": "^0.7.0",
"@hcengineering/communication-types": "^0.7.0",
"@hcengineering/contact": "^0.7.0",
"@hcengineering/core": "^0.7.3",
"@hcengineering/kafka": "^0.7.0",
"@hcengineering/kvs-client": "^0.7.0",
"@hcengineering/mail": "^0.7.0",
"@hcengineering/server-core": "^0.7.0",
"@hcengineering/server-storage": "^0.7.0",
"image-size": "^1.1.1",
"kafkajs": "^2.2.4",
"markdown-it": "^14.0.0",
"sanitize-html": "^2.15.0",
"turndown": "^7.2.0",
"uuid": "^8.3.2",
"striptags": "^3.2.0"
}
}