Files
huly-platform/packages/presentation/package.json
T
Alexander OnnikovandGitHub 808670b8cf Rework client storage access (#10081)
* add generic uploader interface

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* fix: refactor xhr upload

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* enhance xhr upload

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* refactor uploader

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* fix: restore files url

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* move storage client to core

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* fix: revert front cookie

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

---------

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-10-15 11:50:36 +07:00

79 lines
2.6 KiB
JSON

{
"name": "@hcengineering/presentation",
"version": "0.7.0",
"main": "src/index.ts",
"author": "Anticrm Platform Contributors",
"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": {
"svelte-loader": "^3.2.0",
"sass": "^1.80.0",
"svelte-preprocess": "^5.1.4",
"@hcengineering/platform-rig": "^0.7.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.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",
"prettier-plugin-svelte": "^3.4.0",
"eslint": "^8.54.0",
"prettier": "^3.6.2",
"svelte-check": "^3.6.9",
"typescript": "^5.9.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"@testing-library/jest-dom": "^6.6.3",
"jest-environment-jsdom": "^30.2.0",
"svelte-eslint-parser": "^0.33.1",
"@types/png-chunks-extract": "^1.0.2",
"@types/uuid": "^8.3.1"
},
"dependencies": {
"@hcengineering/analytics": "^0.7.5",
"@hcengineering/client": "^0.7.6",
"@hcengineering/contact": "^0.7.0",
"@hcengineering/collaborator-client": "^0.7.5",
"@hcengineering/communication-client-query": "^0.7.4",
"@hcengineering/communication-sdk-types": "^0.7.4",
"@hcengineering/communication-types": "^0.7.4",
"@hcengineering/communication-shared": "^0.7.4",
"@hcengineering/core": "^0.7.7",
"@hcengineering/diffview": "^0.7.0",
"@hcengineering/notification": "^0.7.0",
"@hcengineering/platform": "^0.7.5",
"@hcengineering/query": "^0.7.6",
"@hcengineering/text": "^0.7.5",
"@hcengineering/ui": "^0.7.0",
"@hcengineering/uploader": "^0.7.0",
"@hcengineering/view": "^0.7.0",
"@hcengineering/emoji": "^0.7.0",
"@hcengineering/theme": "^0.7.0",
"@hcengineering/retry": "^0.7.5",
"@hcengineering/hulylake-client": "^0.7.6",
"@hcengineering/hulypulse-client": "^0.7.0",
"@hcengineering/storage-client": "^0.7.6",
"fast-equals": "^5.2.2",
"png-chunks-extract": "^1.0.0",
"svelte": "^4.2.20",
"uuid": "^8.3.2",
"yjs": "^13.6.27"
},
"repository": "https://github.com/hcengineering/platform",
"publishConfig": {
"access": "public"
}
}