2021-08-06 08:31:17 +00:00
|
|
|
{
|
2022-09-21 08:08:25 +00:00
|
|
|
"name": "@hcengineering/workbench-resources",
|
2021-08-08 21:06:52 +00:00
|
|
|
"version": "0.6.1",
|
2021-08-06 08:31:17 +00:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2023-10-07 10:38:21 +00:00
|
|
|
"build": "tsc --noEmit --outDir ./dist_cache && echo build",
|
2021-08-06 08:31:17 +00:00
|
|
|
"build:docs": "api-extractor run --local",
|
2023-11-20 10:01:43 +00:00
|
|
|
"lint": "eslint src",
|
2021-08-06 08:31:17 +00:00
|
|
|
"lint:fix": "eslint --fix src",
|
2023-10-24 16:00:18 +00:00
|
|
|
"format": "format src",
|
2023-10-07 10:38:21 +00:00
|
|
|
"build:watch": "tsc --noEmit --outDir ./dist_cache"
|
2021-08-06 08:31:17 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-20 10:01:43 +00:00
|
|
|
"svelte-loader": "^3.1.9",
|
2022-07-02 06:30:37 +00:00
|
|
|
"sass": "^1.53.0",
|
2023-11-20 10:01:43 +00:00
|
|
|
"svelte-preprocess": "^5.1.0",
|
2023-01-09 05:35:54 +00:00
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
2023-11-20 10:01:43 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
2022-07-02 06:30:37 +00:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-11-02 08:50:14 +00:00
|
|
|
"eslint-plugin-n": "^15.4.0",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2023-11-20 10:01:43 +00:00
|
|
|
"eslint-plugin-svelte": "^2.34.0",
|
|
|
|
"prettier-plugin-svelte": "^3.1.0",
|
|
|
|
"eslint": "^8.54.0",
|
|
|
|
"prettier": "^3.1.0",
|
|
|
|
"svelte-check": "^3.6.0",
|
2023-10-07 20:14:00 +00:00
|
|
|
"typescript": "^5.2.2",
|
2023-10-07 10:38:21 +00:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"ts-jest": "^29.1.1",
|
2023-11-20 10:01:43 +00:00
|
|
|
"@types/jest": "^29.5.5",
|
|
|
|
"svelte-eslint-parser": "^0.33.1"
|
2021-08-06 08:31:17 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-20 10:01:43 +00:00
|
|
|
"svelte": "^4.2.5",
|
2023-05-04 05:12:11 +00:00
|
|
|
"@hcengineering/platform": "^0.6.9",
|
2023-07-06 05:55:22 +00:00
|
|
|
"@hcengineering/core": "^0.6.27",
|
|
|
|
"@hcengineering/client": "^0.6.13",
|
|
|
|
"@hcengineering/workbench": "^0.6.8",
|
|
|
|
"@hcengineering/ui": "^0.6.10",
|
|
|
|
"@hcengineering/view": "^0.6.8",
|
2023-01-09 05:35:54 +00:00
|
|
|
"@hcengineering/presentation": "^0.6.2",
|
2023-07-06 05:55:22 +00:00
|
|
|
"@hcengineering/login": "^0.6.7",
|
2023-10-05 02:09:59 +00:00
|
|
|
"@hcengineering/setting": "^0.6.10",
|
|
|
|
"@hcengineering/calendar": "^0.6.16",
|
|
|
|
"@hcengineering/request": "^0.6.5",
|
|
|
|
"@hcengineering/notification": "^0.6.15",
|
2023-01-09 05:35:54 +00:00
|
|
|
"@hcengineering/notification-resources": "^0.6.0",
|
2023-07-06 05:55:22 +00:00
|
|
|
"@hcengineering/preference": "^0.6.8",
|
2023-08-09 07:41:23 +00:00
|
|
|
"@hcengineering/contact": "^0.6.19",
|
2023-08-17 05:38:10 +00:00
|
|
|
"@hcengineering/support": "^0.6.0",
|
|
|
|
"@hcengineering/support-resources": "^0.6.0",
|
2023-05-24 06:36:19 +00:00
|
|
|
"@hcengineering/view-resources": "^0.6.0",
|
|
|
|
"fast-copy": "~3.0.1"
|
2021-08-06 08:31:17 +00:00
|
|
|
}
|
|
|
|
}
|