2021-08-07 17:49:14 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/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": {
|
2021-12-01 12:27:29 +03:00
|
|
|
"@anticrm/model-rig": "~0.6.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
|
|
"eslint-plugin-import": "^2.25.3",
|
|
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"@types/heft-jest": "^1.0.2",
|
|
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"@rushstack/heft": "^0.41.1"
|
2021-08-07 17:49:14 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@anticrm/model-core": "~0.6.0",
|
2021-12-15 13:02:24 +03:00
|
|
|
"@anticrm/model-chunter": "~0.6.0",
|
2021-12-06 13:07:08 +03:00
|
|
|
"@anticrm/model-workbench": "~0.6.0",
|
|
|
|
"@anticrm/model-attachment": "~0.6.0",
|
2021-08-07 17:49:14 +03:00
|
|
|
"@anticrm/model-view": "~0.6.0",
|
2022-01-21 12:05:55 +03:00
|
|
|
"@anticrm/model-presentation": "~0.6.0",
|
2021-08-07 17:49:14 +03:00
|
|
|
"@anticrm/model": "~0.6.0",
|
2021-08-20 19:22:42 +03:00
|
|
|
"@anticrm/core": "~0.6.11",
|
2021-08-07 17:49:14 +03:00
|
|
|
"@anticrm/ui": "~0.6.0",
|
2021-08-08 15:52:05 +03:00
|
|
|
"@anticrm/platform": "~0.6.5",
|
2021-12-30 12:04:32 +03:00
|
|
|
"@anticrm/contact": "~0.6.2",
|
2022-02-22 12:09:13 +03:00
|
|
|
"@anticrm/contact-resources": "~0.6.0"
|
2021-08-07 17:49:14 +03:00
|
|
|
}
|
|
|
|
}
|