2022-02-07 12:03:14 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/model-notification",
|
2022-02-07 12:03:14 +03:00
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2023-10-07 23:14:00 +03:00
|
|
|
"build": "tsc",
|
|
|
|
"build:watch": "tsc",
|
2022-02-07 12:03:14 +03:00
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"lint": "eslint src",
|
2023-10-24 19:00:18 +03:00
|
|
|
"format": "format src"
|
2022-02-07 12:03:14 +03:00
|
|
|
},
|
2023-10-07 13:38:21 +03:00
|
|
|
"template": "@hcengineering/model-package",
|
2022-02-07 12:03:14 +03:00
|
|
|
"devDependencies": {
|
2023-10-07 13:38:21 +03:00
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
2023-11-20 13:01:43 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.11.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",
|
2023-11-20 13:01:43 +03:00
|
|
|
"eslint": "^8.54.0",
|
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
|
|
"prettier": "^3.1.0",
|
|
|
|
"prettier-plugin-svelte": "^3.1.0"
|
2022-02-07 12:03:14 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-06 08:55:22 +03:00
|
|
|
"@hcengineering/core": "^0.6.27",
|
|
|
|
"@hcengineering/model": "^0.6.6",
|
|
|
|
"@hcengineering/ui": "^0.6.10",
|
2023-05-04 08:12:11 +03:00
|
|
|
"@hcengineering/platform": "^0.6.9",
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/model-core": "^0.6.0",
|
2023-04-25 11:34:38 +03:00
|
|
|
"@hcengineering/model-preference": "^0.6.0",
|
2023-04-06 17:25:58 +03:00
|
|
|
"@hcengineering/model-view": "^0.6.0",
|
2023-05-17 08:18:05 +03:00
|
|
|
"@hcengineering/activity": "^0.6.0",
|
2023-07-06 08:55:22 +03:00
|
|
|
"@hcengineering/view": "^0.6.8",
|
|
|
|
"@hcengineering/workbench": "^0.6.8",
|
2023-05-12 09:41:27 +03:00
|
|
|
"@hcengineering/model-workbench": "^0.6.1",
|
2023-10-05 05:09:59 +03:00
|
|
|
"@hcengineering/notification": "^0.6.15",
|
|
|
|
"@hcengineering/setting": "^0.6.10",
|
|
|
|
"@hcengineering/chunter": "^0.6.11"
|
2022-02-07 12:03:14 +03:00
|
|
|
}
|
|
|
|
}
|