2021-08-07 08:49:51 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/model-all",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"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-08-07 08:49:51 +03:00
|
|
|
"lint:fix": "eslint --fix src",
|
2021-12-01 12:27:29 +03:00
|
|
|
"genmodel": "ts-node src/__genmodel.ts",
|
2022-01-24 21:30:13 +03:00
|
|
|
"version": "ts-node src/__showversion.ts",
|
2022-02-08 12:06:06 +03:00
|
|
|
"bumpversion": "ts-node src/__bumpversion.ts",
|
2021-12-01 12:27:29 +03:00
|
|
|
"lint": "eslint src",
|
|
|
|
"format": "prettier --write src && eslint --fix src"
|
2021-08-07 08:49:51 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-01 12:27:29 +03:00
|
|
|
"@anticrm/model-rig": "~0.6.0",
|
2022-04-29 08:27:17 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
2021-12-01 12:27:29 +03:00
|
|
|
"eslint-plugin-import": "^2.25.3",
|
|
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint": "^7.32.0",
|
2022-03-17 08:07:47 +03:00
|
|
|
"@types/node": "~16.11.12",
|
|
|
|
"ts-node": "~10.5.0",
|
2021-12-01 12:27:29 +03:00
|
|
|
"@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 11:51:16 +03:00
|
|
|
"@rushstack/heft": "^0.44.13"
|
2021-08-07 08:49:51 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@anticrm/model": "~0.6.0",
|
2021-08-07 15:15:18 +03:00
|
|
|
"@anticrm/model-core": "~0.6.0",
|
|
|
|
"@anticrm/model-view": "~0.6.0",
|
2021-08-09 00:06:52 +03:00
|
|
|
"@anticrm/model-workbench": "~0.6.1",
|
2021-11-09 20:39:38 +03:00
|
|
|
"@anticrm/model-contact": "~0.6.1",
|
2021-08-07 18:23:13 +03:00
|
|
|
"@anticrm/model-task": "~0.6.0",
|
2021-08-07 20:03:06 +03:00
|
|
|
"@anticrm/model-chunter": "~0.6.0",
|
|
|
|
"@anticrm/model-recruit": "~0.6.0",
|
2021-12-07 12:05:52 +03:00
|
|
|
"@anticrm/model-lead": "~0.6.0",
|
2021-11-22 15:06:14 +03:00
|
|
|
"@anticrm/model-setting": "~0.6.0",
|
2021-11-25 14:05:00 +03:00
|
|
|
"@anticrm/model-telegram": "~0.6.0",
|
2021-08-08 00:35:49 +03:00
|
|
|
"@anticrm/model-demo": "~0.6.0",
|
|
|
|
"@anticrm/model-server-core": "~0.6.0",
|
2022-01-20 12:27:41 +03:00
|
|
|
"@anticrm/model-server-attachment": "~0.6.0",
|
2022-04-28 13:01:20 +03:00
|
|
|
"@anticrm/model-server-board": "~0.6.0",
|
2022-01-20 12:27:41 +03:00
|
|
|
"@anticrm/model-server-contact": "~0.6.0",
|
2022-02-11 12:18:55 +03:00
|
|
|
"@anticrm/model-server-notification": "~0.6.0",
|
2022-03-16 12:02:57 +03:00
|
|
|
"@anticrm/model-server-setting": "~0.6.0",
|
2022-02-22 12:09:13 +03:00
|
|
|
"@anticrm/model-server-chunter": "~0.6.0",
|
|
|
|
"@anticrm/model-server-task": "~0.6.0",
|
2022-03-22 12:10:10 +03:00
|
|
|
"@anticrm/model-server-tags": "~0.6.0",
|
2022-02-22 12:09:13 +03:00
|
|
|
"@anticrm/model-server-recruit": "~0.6.0",
|
|
|
|
"@anticrm/model-server-lead": "~0.6.0",
|
|
|
|
"@anticrm/model-server-inventory": "~0.6.0",
|
2021-12-06 13:07:08 +03:00
|
|
|
"@anticrm/model-activity": "~0.6.0",
|
2021-12-07 21:45:11 +03:00
|
|
|
"@anticrm/model-attachment": "~0.6.0",
|
2021-12-30 12:13:16 +03:00
|
|
|
"@anticrm/model-gmail": "~0.6.0",
|
2022-01-14 12:20:31 +03:00
|
|
|
"@anticrm/model-inventory": "~0.6.0",
|
2022-01-21 12:05:55 +03:00
|
|
|
"@anticrm/model-presentation": "~0.6.0",
|
2022-01-24 12:35:58 +03:00
|
|
|
"@anticrm/model-templates": "~0.6.0",
|
2022-02-07 12:03:14 +03:00
|
|
|
"@anticrm/model-notification": "~0.6.0",
|
2022-01-24 12:35:58 +03:00
|
|
|
"@anticrm/model-text-editor": "~0.6.0",
|
2022-03-17 08:07:47 +03:00
|
|
|
"@anticrm/core": "~0.6.16",
|
2022-03-18 09:37:49 +03:00
|
|
|
"@anticrm/model-tags": "~0.6.0",
|
2022-03-28 11:05:22 +03:00
|
|
|
"@anticrm/model-calendar": "~0.6.0",
|
|
|
|
"@anticrm/model-server-calendar": "~0.6.0",
|
|
|
|
"@anticrm/model-server-gmail": "~0.6.0",
|
2022-03-31 11:32:42 +03:00
|
|
|
"@anticrm/model-server-telegram": "~0.6.0",
|
2022-04-02 06:49:23 +03:00
|
|
|
"@anticrm/model-tracker": "~0.6.0",
|
2022-04-14 08:30:30 +03:00
|
|
|
"@anticrm/model-board": "~0.6.0",
|
|
|
|
"@anticrm/model-preference": "~0.6.0"
|
2021-08-07 08:49:51 +03:00
|
|
|
}
|
|
|
|
}
|