mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 01:10:17 +00:00
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
|
"name": "@hcengineering/inbox-resources",
|
|
"version": "0.6.0",
|
|
"main": "src/index.ts",
|
|
"author": "Hardcore Engineering Inc",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "compile ui",
|
|
"build:docs": "api-extractor run --local",
|
|
"format": "format src",
|
|
"svelte-check": "do-svelte-check",
|
|
"_phase:svelte-check": "do-svelte-check",
|
|
"build:watch": "compile ui",
|
|
"_phase:build": "compile ui",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"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.35.1",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-svelte": "^3.2.2",
|
|
"sass": "^1.53.0",
|
|
"svelte-check": "^3.6.9",
|
|
"svelte-eslint-parser": "^0.33.1",
|
|
"svelte-loader": "^3.2.0",
|
|
"svelte-preprocess": "^5.1.3",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/analytics": "^0.6.0",
|
|
"@hcengineering/card": "^0.6.0",
|
|
"@hcengineering/communication-types": "0.1.189",
|
|
"@hcengineering/contact": "^0.6.24",
|
|
"@hcengineering/contact-resources": "^0.6.0",
|
|
"@hcengineering/core": "^0.6.32",
|
|
"@hcengineering/inbox": "^0.6.0",
|
|
"@hcengineering/platform": "^0.6.11",
|
|
"@hcengineering/presentation": "^0.6.3",
|
|
"@hcengineering/rank": "^0.6.4",
|
|
"@hcengineering/ui": "^0.6.15",
|
|
"@hcengineering/ui-next": "^0.6.0",
|
|
"@hcengineering/view": "^0.6.13",
|
|
"@hcengineering/view-resources": "^0.6.0",
|
|
"fast-equals": "^5.2.2",
|
|
"svelte": "^4.2.19"
|
|
}
|
|
}
|