platform/models/contact/package.json
Denis Bunakalya 5426a06346
Use Gravatar icon on workspace join (#2324)
Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
Co-authored-by: Alexander Onnikov <alexander.onnikov@xored.com>
2022-10-31 12:34:42 +07:00

46 lines
1.5 KiB
JSON

{
"name": "@hcengineering/model-contact",
"version": "0.6.1",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"build:watch": "tsc",
"lint:fix": "eslint --fix src",
"lint": "eslint src",
"format": "prettier --write src && eslint --fix src"
},
"devDependencies": {
"@hcengineering/model-rig": "~0.6.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint": "^8.18.0",
"@types/crypto-js": "^4.1.1",
"@types/heft-jest": "^1.0.3",
"@typescript-eslint/parser": "^5.30.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"prettier": "^2.7.1",
"@rushstack/heft": "^0.47.9"
},
"dependencies": {
"@hcengineering/model-core": "~0.6.0",
"@hcengineering/model-chunter": "~0.6.0",
"@hcengineering/model-workbench": "~0.6.1",
"@hcengineering/model-attachment": "~0.6.0",
"@hcengineering/model-view": "~0.6.0",
"@hcengineering/model-presentation": "~0.6.0",
"@hcengineering/model": "~0.6.0",
"@hcengineering/setting": "~0.6.1",
"@hcengineering/core": "^0.6.17",
"@hcengineering/ui": "^0.6.2",
"@hcengineering/platform": "^0.6.7",
"@hcengineering/contact": "~0.6.5",
"@hcengineering/contact-resources": "~0.6.0",
"@hcengineering/view": "^0.6.1",
"crypto-js": "^4.1.1"
}
}