2022-03-18 09:37:49 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/model-calendar",
|
2022-03-18 09:37:49 +03:00
|
|
|
"version": "0.6.0",
|
|
|
|
"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": {
|
2022-09-21 11:08:25 +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"
|
2022-03-18 09:37:49 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/core": "^0.6.17",
|
|
|
|
"@hcengineering/model": "~0.6.0",
|
|
|
|
"@hcengineering/ui": "^0.6.2",
|
|
|
|
"@hcengineering/view": "^0.6.1",
|
|
|
|
"@hcengineering/model-attachment": "~0.6.0",
|
|
|
|
"@hcengineering/model-task": "~0.6.0",
|
2022-10-28 18:16:30 +03:00
|
|
|
"@hcengineering/calendar": "~0.6.1",
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/calendar-resources": "~0.6.0",
|
|
|
|
"@hcengineering/platform": "^0.6.7",
|
2022-10-28 18:16:30 +03:00
|
|
|
"@hcengineering/notification": "~0.6.4",
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/model-core": "~0.6.0",
|
|
|
|
"@hcengineering/model-view": "~0.6.0",
|
|
|
|
"@hcengineering/model-workbench": "~0.6.1",
|
|
|
|
"@hcengineering/activity": "~0.6.0",
|
2022-11-09 09:55:52 +03:00
|
|
|
"@hcengineering/workbench": "~0.6.2",
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/model-chunter": "~0.6.0",
|
|
|
|
"@hcengineering/model-contact": "~0.6.1",
|
2022-11-09 13:03:05 +03:00
|
|
|
"@hcengineering/contact": "~0.6.8"
|
2022-03-18 09:37:49 +03:00
|
|
|
}
|
|
|
|
}
|