2021-08-07 17:03:06 +00:00
|
|
|
{
|
|
|
|
"name": "@anticrm/model-recruit",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
2021-11-17 13:29:26 +00:00
|
|
|
"build:watch": "tsc",
|
2021-12-01 09:27:29 +00:00
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"format": "prettier --write src && eslint --fix src"
|
2021-08-07 17:03:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-01 09:27:29 +00:00
|
|
|
"@anticrm/model-rig": "~0.6.0",
|
2022-04-29 05:27:17 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
2021-12-01 09:27:29 +00:00
|
|
|
"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",
|
2022-04-21 08:51:16 +00:00
|
|
|
"@rushstack/heft": "^0.44.13"
|
2021-08-07 17:03:06 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-17 05:07:47 +00:00
|
|
|
"@anticrm/core": "~0.6.16",
|
2021-08-07 17:03:06 +00:00
|
|
|
"@anticrm/model": "~0.6.0",
|
|
|
|
"@anticrm/ui": "~0.6.0",
|
2022-03-17 05:07:47 +00:00
|
|
|
"@anticrm/contact": "~0.6.5",
|
2022-04-29 05:27:17 +00:00
|
|
|
"@anticrm/platform": "~0.6.6",
|
2021-08-07 17:03:06 +00:00
|
|
|
"@anticrm/model-core": "~0.6.0",
|
|
|
|
"@anticrm/model-view": "~0.6.0",
|
2021-08-08 21:06:52 +00:00
|
|
|
"@anticrm/model-workbench": "~0.6.1",
|
2021-11-09 17:39:38 +00:00
|
|
|
"@anticrm/model-contact": "~0.6.1",
|
2022-03-17 05:07:47 +00:00
|
|
|
"@anticrm/recruit": "~0.6.3",
|
2021-08-31 14:54:47 +00:00
|
|
|
"@anticrm/recruit-resources": "~0.6.0",
|
2022-03-17 05:07:47 +00:00
|
|
|
"@anticrm/chunter": "~0.6.1",
|
2021-12-06 10:07:08 +00:00
|
|
|
"@anticrm/model-attachment": "~0.6.0",
|
2021-09-25 18:33:36 +00:00
|
|
|
"@anticrm/model-chunter": "~0.6.0",
|
2021-12-15 09:04:43 +00:00
|
|
|
"@anticrm/view": "~0.6.0",
|
|
|
|
"@anticrm/task": "~0.6.0",
|
|
|
|
"@anticrm/model-task": "~0.6.0",
|
2022-01-21 09:05:55 +00:00
|
|
|
"@anticrm/workbench": "~0.6.1",
|
2022-02-16 09:02:31 +00:00
|
|
|
"@anticrm/model-presentation": "~0.6.0",
|
2022-03-18 06:37:49 +00:00
|
|
|
"@anticrm/model-calendar": "~0.6.0",
|
2022-02-25 09:02:38 +00:00
|
|
|
"@anticrm/model-tags": "~0.6.0",
|
|
|
|
"@anticrm/skillset": "^0.6.0"
|
2021-08-07 17:03:06 +00:00
|
|
|
}
|
|
|
|
}
|