mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +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
* UBERF-9731 Recorder initial version Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * fix: rush validate issues Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> --------- Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "@hcengineering/uploader-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",
|
|
"@types/node": "~20.11.16",
|
|
"@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/core": "^0.6.32",
|
|
"@hcengineering/platform": "^0.6.11",
|
|
"@hcengineering/presentation": "^0.6.3",
|
|
"@hcengineering/recorder": "^0.6.0",
|
|
"@hcengineering/theme": "^0.6.5",
|
|
"@hcengineering/ui": "^0.6.15",
|
|
"@hcengineering/uploader": "^0.6.0",
|
|
"@hcengineering/view": "^0.6.13",
|
|
"@hcengineering/view-resources": "^0.6.0",
|
|
"install": "^0.13.0",
|
|
"svelte": "^4.2.19"
|
|
}
|
|
}
|