mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
ccf6b70301
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@hcengineering/notification",
|
|
"version": "0.6.8",
|
|
"main": "lib/index.js",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"template": "@hcengineering/platform-package",
|
|
"scripts": {
|
|
"build": "heft build",
|
|
"lint:fix": "eslint --fix src",
|
|
"lint": "eslint src",
|
|
"format": "prettier --write src && eslint --fix src",
|
|
"build:watch": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"svelte-loader": "^3.1.3",
|
|
"sass": "^1.53.0",
|
|
"svelte-preprocess": "^4.10.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"prettier-plugin-svelte": "^2.8.0",
|
|
"eslint": "^8.26.0",
|
|
"prettier": "^2.7.1",
|
|
"svelte-check": "^2.8.0",
|
|
"@types/heft-jest": "^1.0.3",
|
|
"@rushstack/heft": "^0.47.9"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/platform": "^0.6.8",
|
|
"@hcengineering/core": "^0.6.21",
|
|
"@hcengineering/setting": "^0.6.3",
|
|
"@hcengineering/ui": "^0.6.3"
|
|
},
|
|
"repository": "https://github.com/hcengineering/anticrm",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
}
|
|
}
|