{
  "name": "gtpl",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "nx": "nx",
    "start": "nx serve",
    "build": "nx build",
    "test": "nx test",
    "lint": "nx workspace-lint && nx lint",
    "e2e": "nx e2e",
    "affected:apps": "nx affected:apps",
    "affected:libs": "nx affected:libs",
    "affected:build": "nx affected:build",
    "affected:e2e": "nx affected:e2e",
    "affected:test": "nx affected:test",
    "affected:lint": "nx affected:lint",
    "affected:dep-graph": "nx affected:dep-graph",
    "affected": "nx affected",
    "format": "nx format:write",
    "format:write": "nx format:write",
    "format:check": "nx format:check",
    "update": "nx migrate latest",
    "workspace-schematic": "nx workspace-schematic",
    "dep-graph": "nx dep-graph",
    "help": "nx help"
  },
  "private": true,
  "dependencies": {
    "@capacitor/android": "^2.4.3",
    "@capacitor/core": "^2.4.3",
    "@nestjs/common": "^7.0.0",
    "@nestjs/core": "^7.0.0",
    "@nestjs/jwt": "^7.2.0",
    "@nestjs/passport": "^7.1.5",
    "@nestjs/platform-express": "^7.0.0",
    "@nestjs/schedule": "^0.4.1",
    "@nestjs/swagger": "^4.7.0",
    "@nestjs/typeorm": "^7.1.4",
    "ant-table-extensions": "^1.1.7",
    "antd": "^4.8.6",
    "axios": "^0.21.0",
    "bcrypt": "^5.0.0",
    "canvasjs": "^1.8.3",
    "class-transformer": "^0.3.1",
    "class-validator": "^0.12.2",
    "collect.js": "^4.28.6",
    "document-register-element": "1.13.1",
    "fusioncharts": "^3.16.0",
    "highcharts": "^8.2.2",
    "highcharts-react-official": "^3.0.0",
    "jspdf": "^2.3.0",
    "jspdf-autotable": "^3.5.13",
    "mysql": "^2.18.1",
    "nestjs-pino": "^1.3.0",
    "node-telegram-bot-api": "^0.51.0",
    "passport": "^0.4.1",
    "passport-jwt": "^4.0.0",
    "react": "^16.13.1",
    "react-csv": "^2.2.2",
    "react-data-table-component": "^6.11.6",
    "react-dom": "^16.13.1",
    "react-fusioncharts": "^3.1.2",
    "react-highlight-words": "^0.16.0",
    "react-intl": "^5.10.6",
    "react-media": "^1.10.0",
    "react-notification-timeline": "0.0.9",
    "react-notifications-menu": "^1.0.1",
    "react-router-dom": "^5.2.0",
    "reflect-metadata": "^0.1.13",
    "rxjs": "~6.5.5",
    "styled-components": "^5.2.1",
    "swagger-ui-express": "^4.1.4",
    "typeorm": "^0.2.29"
  },
  "devDependencies": {
    "@babel/core": "7.9.6",
    "@babel/preset-env": "7.9.6",
    "@babel/preset-react": "7.9.4",
    "@babel/preset-typescript": "7.9.0",
    "@capacitor/cli": "2.4.3",
    "@nestjs/schematics": "^7.0.0",
    "@nestjs/testing": "^7.0.0",
    "@nrwl/cli": "10.3.2",
    "@nrwl/cypress": "10.3.2",
    "@nrwl/eslint-plugin-nx": "10.3.2",
    "@nrwl/jest": "10.3.2",
    "@nrwl/nest": "^10.4.15",
    "@nrwl/node": "10.3.2",
    "@nrwl/react": "^10.4.4",
    "@nrwl/web": "^10.4.4",
    "@nrwl/workspace": "10.3.2",
    "@testing-library/react": "10.4.1",
    "@types/bcrypt": "^3.0.0",
    "@types/cron": "^1.7.2",
    "@types/jest": "26.0.8",
    "@types/node": "~8.9.4",
    "@types/passport": "^1.0.4",
    "@types/passport-jwt": "^3.0.3",
    "@types/react": "^16.9.38",
    "@types/react-dom": "16.9.8",
    "@types/react-router-dom": "5.1.5",
    "@typescript-eslint/eslint-plugin": "4.3.0",
    "@typescript-eslint/parser": "4.3.0",
    "babel-jest": "26.2.2",
    "cypress": "^4.1.0",
    "dotenv": "6.2.0",
    "eslint": "7.10.0",
    "eslint-config-prettier": "6.0.0",
    "eslint-plugin-cypress": "^2.10.3",
    "eslint-plugin-import": "2.21.2",
    "eslint-plugin-jsx-a11y": "6.3.1",
    "eslint-plugin-react": "7.20.0",
    "eslint-plugin-react-hooks": "4.0.4",
    "jest": "26.2.2",
    "prettier": "2.0.4",
    "ts-jest": "26.4.0",
    "ts-node": "~7.0.0",
    "tslint": "~6.0.0",
    "typescript": "~4.0.3"
  }
}
