{
  "name": "@hcengineering/front",
  "version": "0.6.0",
  "main": "lib/index.js",
  "svelte": "src/index.ts",
  "types": "types/index.d.ts",
  "author": "Anticrm Platform Contributors",
  "license": "EPL-2.0",
  "scripts": {
    "build": "compile",
    "build:watch": "compile",
    "format": "format src",
    "test": "jest --passWithNoTests --silent",
    "_phase:build": "compile transpile src",
    "_phase:test": "jest --passWithNoTests --silent",
    "_phase:format": "format src",
    "_phase:validate": "compile validate"
  },
  "devDependencies": {
    "@hcengineering/platform-rig": "^0.6.0",
    "@types/node": "~20.11.16",
    "@typescript-eslint/eslint-plugin": "^6.11.0",
    "@typescript-eslint/parser": "^6.11.0",
    "eslint-config-standard-with-typescript": "^40.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.4.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint": "^8.54.0",
    "@types/express": "^4.17.13",
    "@types/express-fileupload": "^1.1.7",
    "@types/uuid": "^8.3.1",
    "@types/cors": "^2.8.12",
    "prettier": "^3.1.0",
    "typescript": "^5.3.3",
    "@types/body-parser": "~1.19.2",
    "cross-env": "~7.0.3",
    "ts-node": "^10.8.0",
    "@types/sharp": "~0.32.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "@types/jest": "^29.5.5",
    "@types/morgan": "~1.9.9"
  },
  "dependencies": {
    "@hcengineering/core": "^0.6.28",
    "@hcengineering/platform": "^0.6.9",
    "express": "^4.18.3",
    "express-fileupload": "^1.4.3",
    "express-static-gzip": "^2.1.7",
    "uuid": "^8.3.2",
    "cors": "^2.8.5",
    "@hcengineering/elastic": "^0.6.0",
    "@hcengineering/server-core": "^0.6.1",
    "@hcengineering/storage": "^0.6.0",
    "@hcengineering/server-storage": "^0.6.0",
    "@hcengineering/server-token": "^0.6.7",
    "@hcengineering/attachment": "^0.6.9",
    "body-parser": "^1.20.2",
    "sharp": "~0.32.0",
    "@hcengineering/minio": "^0.6.0",
    "@hcengineering/mongo": "^0.6.1",
    "morgan": "^1.10.0",
    "@hcengineering/analytics": "^0.6.0"
  }
}