2021-08-07 17:49:14 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/model-contact",
|
2021-11-09 20:39:38 +03:00
|
|
|
"version": "0.6.1",
|
2021-08-07 17:49:14 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
2021-11-17 16:29:26 +03:00
|
|
|
"build:watch": "tsc",
|
2021-12-01 12:27:29 +03:00
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"format": "prettier --write src && eslint --fix src"
|
2021-08-07 17:49:14 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/model-rig": "^0.6.0",
|
2022-11-02 11:50:14 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-11-02 11:50:14 +03:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-n": "^15.4.0",
|
|
|
|
"eslint": "^8.26.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"@types/heft-jest": "^1.0.3",
|
2022-11-02 11:50:14 +03:00
|
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"prettier": "^2.7.1",
|
2022-09-21 20:32:48 +03:00
|
|
|
"@rushstack/heft": "^0.47.9"
|
2021-08-07 17:49:14 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-09 08:35:54 +03:00
|
|
|
"@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.2",
|
2023-02-03 08:49:20 +03:00
|
|
|
"@hcengineering/core": "^0.6.21",
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/ui": "^0.6.3",
|
2022-12-07 14:40:54 +03:00
|
|
|
"@hcengineering/platform": "^0.6.8",
|
2023-02-04 19:56:07 +03:00
|
|
|
"@hcengineering/contact": "^0.6.11",
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/contact-resources": "^0.6.0",
|
|
|
|
"@hcengineering/view": "^0.6.2",
|
2023-02-21 09:40:03 +03:00
|
|
|
"cross-fetch": "^3.1.5",
|
|
|
|
"@hcengineering/templates": "^0.6.0"
|
2021-08-07 17:49:14 +03:00
|
|
|
}
|
|
|
|
}
|