Files
huly-platform/plugins/bitrix-resources/package.json
T
Artyom SavchenkoandGitHub 5613b4f708 Fix npm packages to not use legacy repository format (#10576)
* Fix packages script

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Fix npm packages to not use legacy string repo

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
2026-03-06 12:25:21 +07:00

72 lines
2.4 KiB
JSON

{
"name": "@hcengineering/bitrix-resources",
"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",
"build:watch": "compile ui",
"_phase:build": "compile ui",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "workspace:^0.7.19",
"svelte-loader": "^3.2.0",
"sass": "^1.80.0",
"svelte-preprocess": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier-plugin-svelte": "^3.4.0",
"prettier": "^3.6.2",
"svelte-check": "^3.6.9",
"typescript": "^5.9.3",
"@types/qs": "~6.9.7",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"svelte-eslint-parser": "^0.33.1"
},
"dependencies": {
"@hcengineering/platform": "workspace:^0.7.19",
"svelte": "^4.2.20",
"@hcengineering/bitrix": "workspace:^0.7.0",
"@hcengineering/ui": "workspace:^0.7.0",
"@hcengineering/presentation": "workspace:^0.7.0",
"@hcengineering/contact": "workspace:^0.7.0",
"@hcengineering/lead": "workspace:^0.7.0",
"@hcengineering/login": "workspace:^0.7.0",
"@hcengineering/setting": "workspace:^0.7.0",
"@hcengineering/core": "workspace:^0.7.24",
"@hcengineering/attachment": "workspace:^0.7.0",
"@hcengineering/attachment-resources": "workspace:^0.7.0",
"@hcengineering/view": "workspace:^0.7.0",
"@hcengineering/view-resources": "workspace:^0.7.0",
"@hcengineering/setting-resources": "workspace:^0.7.0",
"@hcengineering/chunter": "workspace:^0.7.0",
"p-queue": "~7.3.0",
"qs": "~6.11.0",
"@hcengineering/tags": "workspace:^0.7.0",
"@hcengineering/tags-resources": "workspace:^0.7.0",
"fast-equals": "^5.2.2",
"@hcengineering/recruit": "workspace:^0.7.0",
"@hcengineering/task": "workspace:^0.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hcengineering/platform.git"
},
"publishConfig": {
"access": "public"
}
}