mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 19:58:30 +03:00
a0f3be9dbd
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
79 lines
2.7 KiB
JSON
79 lines
2.7 KiB
JSON
{
|
|
"name": "@hcengineering/pod-calendar",
|
|
"version": "0.6.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": "mkdir -p bundle && esbuild src/index.ts --bundle --platform=node > bundle/bundle.js",
|
|
"docker:build": "../../../common/scripts/docker_build.sh hardcoreeng/calendar",
|
|
"docker:tbuild": "docker build -t hardcoreeng/calendar . --platform=linux/amd64 && ../../../common/scripts/docker_tag_push.sh hardcoreeng/calendar",
|
|
"docker:staging": "../../../common/scripts/docker_tag.sh hardcoreeng/calendar staging",
|
|
"docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/calendar",
|
|
"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": {
|
|
"@tsconfig/node16": "^1.0.4",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "~20.11.16",
|
|
"@types/ws": "^8.5.11",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest": "^29.5.5",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"esbuild": "^0.20.0",
|
|
"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",
|
|
"prettier": "^3.1.0",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/attachment": "^0.6.14",
|
|
"@hcengineering/calendar": "^0.6.24",
|
|
"@hcengineering/client": "^0.6.18",
|
|
"@hcengineering/client-resources": "^0.6.27",
|
|
"@hcengineering/contact": "^0.6.24",
|
|
"@hcengineering/core": "^0.6.32",
|
|
"@hcengineering/platform": "^0.6.11",
|
|
"@hcengineering/mongo": "^0.6.1",
|
|
"@hcengineering/setting": "^0.6.17",
|
|
"@hcengineering/text": "^0.6.5",
|
|
"@hcengineering/server-client": "^0.6.0",
|
|
"@hcengineering/server-token": "^0.6.11",
|
|
"dotenv": "~16.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"fast-equals": "^5.0.1",
|
|
"file-api": "^0.10.4",
|
|
"googleapis": "^122.0.0",
|
|
"google-auth-library": "^8.0.2",
|
|
"jwt-simple": "^0.5.6",
|
|
"mongodb": "^6.9.0"
|
|
}
|
|
}
|