Files
huly-platform/plugins/communication-resources/package.json
T
KristinaandGitHub b1859c562a Bump version (#9057)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-05-21 22:14:23 +02:00

58 lines
1.8 KiB
JSON

{
"name": "@hcengineering/communication-resources",
"version": "0.6.0",
"main": "src/index.ts",
"author": "Copyright © Hardcore Engineering Inc.",
"license": "EPL-2.0",
"scripts": {
"build": "compile ui",
"format": "format src",
"svelte-check": "do-svelte-check",
"_phase:svelte-check": "do-svelte-check",
"build:watch": "compile ui",
"_phase:build": "compile ui",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.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.1.0",
"prettier-plugin-svelte": "^3.2.2",
"@types/node": "~20.11.16",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"typescript": "^5.3.3",
"svelte": "^4.2.19",
"svelte-check": "^3.6.9",
"svelte-preprocess": "^5.1.3",
"svelte-loader": "^3.2.0",
"postcss": "^8.4.20",
"autoprefixer": "^10.4.14",
"tailwindcss": "^3.3.5",
"sass": "^1.53.0",
"eslint-plugin-svelte": "^2.35.1",
"svelte-eslint-parser": "^0.33.1"
},
"dependencies": {
"@hcengineering/card": "^0.6.0",
"@hcengineering/communication": "^0.6.0",
"@hcengineering/communication-types": "0.1.189",
"@hcengineering/contact": "^0.6.24",
"@hcengineering/contact-resources": "^0.6.0",
"@hcengineering/core": "^0.6.32",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/presentation": "^0.6.3",
"@hcengineering/ui": "^0.6.15",
"@hcengineering/ui-next": "^0.6.0",
"svelte": "^4.2.19"
}
}