mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
581f5f0e96
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@anticrm/telegram-resources",
|
|
"version": "0.6.0",
|
|
"main": "src/index.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"build:docs": "api-extractor run --local",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint --fix src",
|
|
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && eslint --fix src"
|
|
},
|
|
"devDependencies": {
|
|
"@anticrm/platform-rig":"~0.6.0",
|
|
"svelte-loader":"^3.1.2",
|
|
"sass":"^1.37.5",
|
|
"svelte-preprocess":"^4.7.4",
|
|
"@typescript-eslint/eslint-plugin":"4",
|
|
"eslint-plugin-import":"2",
|
|
"eslint-plugin-promise":"4",
|
|
"eslint-plugin-node":"11",
|
|
"eslint":"^7.32.0"
|
|
},
|
|
"dependencies": {
|
|
"@anticrm/platform": "~0.6.5",
|
|
"svelte": "^3.37.0",
|
|
"@anticrm/telegram": "~0.6.0",
|
|
"@anticrm/ui": "~0.6.0",
|
|
"@anticrm/presentation": "~0.6.2",
|
|
"@anticrm/text-editor": "~0.6.0",
|
|
"@anticrm/contact": "~0.6.0",
|
|
"@anticrm/setting": "~0.6.0",
|
|
"@anticrm/login": "~0.6.1",
|
|
"@anticrm/core": "~0.6.11"
|
|
}
|
|
}
|