mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
2bf1a03907
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "@hcengineering/notification",
|
|
"version": "0.6.16",
|
|
"main": "lib/index.js",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"template": "@hcengineering/platform-package",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint:fix": "eslint --fix src",
|
|
"lint": "eslint src",
|
|
"format": "format src",
|
|
"build:watch": "tsc",
|
|
"test": "jest --passWithNoTests --silent"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"@types/jest": "^29.5.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-svelte": "^2.34.0",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-svelte": "^3.1.0",
|
|
"sass": "^1.53.0",
|
|
"svelte-check": "^3.6.0",
|
|
"svelte-loader": "^3.1.9",
|
|
"svelte-preprocess": "^5.1.0",
|
|
"ts-jest": "^29.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/activity": "^0.6.0",
|
|
"@hcengineering/core": "^0.6.28",
|
|
"@hcengineering/platform": "^0.6.9",
|
|
"@hcengineering/preference": "^0.6.9",
|
|
"@hcengineering/setting": "^0.6.11",
|
|
"@hcengineering/ui": "^0.6.11",
|
|
"@hcengineering/view": "^0.6.9"
|
|
},
|
|
"repository": "https://github.com/hcengineering/anticrm",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
}
|
|
}
|