mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
* fix: redesign and compact Signed-off-by: Leonid Kaganov <lleo@lleo.me> * fix: comments Signed-off-by: Leonid Kaganov <lleo@lleo.me> * fix: correctly dropping connections in timeout Signed-off-by: Leonid Kaganov <lleo@lleo.me> * feature: loglevel in config Signed-off-by: Leonid Kaganov <lleo@lleo.me> * fix: loglevel in config Signed-off-by: Leonid Kaganov <lleo@lleo.me> * features lopt: direct personal messages between websockets by username Signed-off-by: Leonid Kaganov <lleo@lleo.me> * fix collaborator security query Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * Fix svelte warnings Signed-off-by: Artem Savchenko <armisav@gmail.com> * Change log Signed-off-by: Artem Savchenko <armisav@gmail.com> * Add workspace permissions enum Signed-off-by: Artem Savchenko <armisav@gmail.com> * Add changelog Signed-off-by: Artem Savchenko <armisav@gmail.com> * Permission methods Signed-off-by: Artem Savchenko <armisav@gmail.com> * Update core and account versions Signed-off-by: Artem Savchenko <armisav@gmail.com> * Update core and account versions Signed-off-by: Artem Savchenko <armisav@gmail.com> --------- Signed-off-by: Leonid Kaganov <lleo@lleo.me> Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> Signed-off-by: Artem Savchenko <armisav@gmail.com> Co-authored-by: Leonid Kaganov <lleo@lleo.me> Co-authored-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@hcengineering/platform-rig",
|
|
"version": "0.7.20",
|
|
"scripts": {
|
|
"build": "echo 'Not required'",
|
|
"format": "echo 'Not required'"
|
|
},
|
|
"exports": {
|
|
"./bin/*": "./bin/*",
|
|
"./profiles/*": "./profiles/*"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^5.9.3",
|
|
"esbuild": "^0.25.10",
|
|
"esbuild-plugin-copy": "~2.1.1",
|
|
"esbuild-svelte": "^0.9.3",
|
|
"svelte": "^4.2.20",
|
|
"svelte-preprocess": "^5.1.4",
|
|
"svelte2tsx": "^0.7.45",
|
|
"@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",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"svelte-eslint-parser": "^0.33.1",
|
|
"eslint-plugin-svelte": "^2.35.1"
|
|
},
|
|
"bin": {
|
|
"format": "./bin/format.js",
|
|
"compile": "./bin/compile.js",
|
|
"do-svelte-check": "./bin/do-svelte-check.js",
|
|
"bump-package-version": "./bin/bump-package-version.js",
|
|
"bump-changes-from-tag": "./bin/bump-changes-from-tag.js",
|
|
"update-deps": "./bin/update-deps.js",
|
|
"sync-eslint-deps": "./bin/sync-eslint-deps.js"
|
|
},
|
|
"files": [
|
|
"bin/**/*",
|
|
"profiles/**/*",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|