mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
* Switch to huly.core Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * Fix build Signed-off-by: Andrey Sobolev <haiodo@gmail.com> --------- Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
97 lines
3.4 KiB
JSON
97 lines
3.4 KiB
JSON
{
|
|
"name": "@hcengineering/pod-gmail",
|
|
"version": "0.7.0",
|
|
"main": "lib/index.js",
|
|
"svelte": "src/index.ts",
|
|
"types": "types/index.d.ts",
|
|
"files": [
|
|
"lib/**/*",
|
|
"types/**/*",
|
|
"tsconfig.json"
|
|
],
|
|
"author": "Hardcore Engineering Inc.",
|
|
"scripts": {
|
|
"build": "compile",
|
|
"build:watch": "compile",
|
|
"test": "jest --passWithNoTests --silent",
|
|
"_phase:bundle": "rushx bundle",
|
|
"_phase:docker-build": "rushx docker:build",
|
|
"_phase:docker-staging": "rushx docker:staging",
|
|
"bundle": "node ../../../common/scripts/esbuild.js",
|
|
"docker:build": "../../../common/scripts/docker_build.sh hardcoreeng/gmail",
|
|
"docker:tbuild": "docker build -t hardcoreeng/gmail . --platform=linux/amd64 && ../../../common/scripts/docker_tag_push.sh hardcoreeng/gmail",
|
|
"docker:staging": "../../../common/scripts/docker_tag.sh hardcoreeng/gmail staging",
|
|
"docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/gmail",
|
|
"run-local": "cross-env ts-node src/index.ts",
|
|
"format": "format src",
|
|
"_phase:build": "compile transpile src",
|
|
"_phase:test": "jest --passWithNoTests --silent",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.7.10",
|
|
"@tsconfig/node16": "^1.0.4",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "^22.15.29",
|
|
"@types/sanitize-html": "^2.15.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"@types/ws": "^8.5.11",
|
|
"esbuild": "^0.25.9",
|
|
"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-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest": "^29.5.5",
|
|
"prettier": "^3.1.0",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^5.8.3",
|
|
"@types/uuid": "^8.3.1",
|
|
"ts-node": "^10.8.0",
|
|
"cross-env": "~7.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/attachment": "^0.7.0",
|
|
"@hcengineering/account-client": "^0.7.3",
|
|
"@hcengineering/api-client": "^0.7.3",
|
|
"@hcengineering/card": "^0.7.0",
|
|
"@hcengineering/chat": "^0.7.0",
|
|
"@hcengineering/client": "^0.7.3",
|
|
"@hcengineering/client-resources": "^0.7.3",
|
|
"@hcengineering/communication-sdk-types": "^0.7.0",
|
|
"@hcengineering/communication-rest-client": "^0.7.0",
|
|
"@hcengineering/contact": "^0.7.0",
|
|
"@hcengineering/kvs-client": "^0.7.0",
|
|
"@hcengineering/mail-common": "^0.7.0",
|
|
"@hcengineering/core": "^0.7.3",
|
|
"@hcengineering/gmail": "^0.7.0",
|
|
"@hcengineering/platform": "^0.7.3",
|
|
"@hcengineering/setting": "^0.7.0",
|
|
"@hcengineering/server-core": "^0.7.0",
|
|
"@hcengineering/server-client": "^0.7.0",
|
|
"@hcengineering/server-storage": "^0.7.0",
|
|
"@hcengineering/server-token": "^0.7.0",
|
|
"@hcengineering/integration-client": "^0.7.0",
|
|
"@hcengineering/kafka": "^0.7.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "~16.0.0",
|
|
"express": "^4.21.2",
|
|
"fast-equals": "^5.2.2",
|
|
"file-api": "^0.10.4",
|
|
"googleapis": "^122.0.0",
|
|
"google-auth-library": "^8.0.2",
|
|
"gaxios": "^5.0.1",
|
|
"jwt-simple": "^0.5.6",
|
|
"uuid": "^8.3.2",
|
|
"ws": "^8.18.2",
|
|
"@hcengineering/analytics-service": "^0.7.3",
|
|
"sanitize-html": "^2.15.0"
|
|
}
|
|
}
|