2022-12-01 17:58:08 +03:00
|
|
|
{
|
|
|
|
"name": "server",
|
2023-11-30 14:51:07 +03:00
|
|
|
"version": "0.2.0",
|
2022-12-01 17:58:08 +03:00
|
|
|
"description": "",
|
|
|
|
"author": "",
|
|
|
|
"private": true,
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"scripts": {
|
2023-09-28 17:27:34 +03:00
|
|
|
"postinstall": "patch-package",
|
2022-12-01 17:58:08 +03:00
|
|
|
"prebuild": "rimraf dist",
|
|
|
|
"build": "nest build",
|
|
|
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
2023-07-26 02:37:22 +03:00
|
|
|
"start": "set NODE_ENV=development && nest start",
|
2022-12-01 17:58:08 +03:00
|
|
|
"start:dev": "nest start --watch",
|
|
|
|
"start:debug": "nest start --debug --watch",
|
2023-10-24 15:41:52 +03:00
|
|
|
"start:prod": "node dist/src/main",
|
2023-05-29 23:42:24 +03:00
|
|
|
"lint": "eslint \"src/**/*.ts\" --fix",
|
2022-12-01 17:58:08 +03:00
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
"test:cov": "jest --coverage",
|
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
2023-07-28 01:22:10 +03:00
|
|
|
"test:e2e": "./scripts/run-integration.sh",
|
2023-09-21 03:27:07 +03:00
|
|
|
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js",
|
2023-11-22 16:12:39 +03:00
|
|
|
"typeorm:migrate": "yarn typeorm migration:run -d ./src/database/typeorm/metadata/metadata.datasource.ts && yarn typeorm migration:run -d ./src/database/typeorm/core/core.datasource.ts",
|
2023-12-02 20:37:45 +03:00
|
|
|
"database:init": "yarn database:setup && yarn database:seed:dev",
|
2023-11-19 20:25:47 +03:00
|
|
|
"database:setup": "npx ts-node ./scripts/setup-db.ts && yarn database:migrate",
|
2023-10-27 18:48:06 +03:00
|
|
|
"database:truncate": "npx ts-node ./scripts/truncate-db.ts",
|
2023-11-19 20:25:47 +03:00
|
|
|
"database:migrate": "yarn build && yarn typeorm:migrate",
|
2023-12-02 20:37:45 +03:00
|
|
|
"database:seed:dev": "yarn build && yarn command workspace:seed:dev",
|
|
|
|
"database:seed:demo": "yarn build && yarn command workspace:seed:demo",
|
2023-10-27 19:08:59 +03:00
|
|
|
"database:reset": "yarn database:truncate && yarn database:init",
|
|
|
|
"command": "node dist/src/command"
|
2022-12-01 17:58:08 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-14 17:56:29 +03:00
|
|
|
"@apollo/server": "^4.7.3",
|
2023-07-04 17:02:44 +03:00
|
|
|
"@aws-sdk/client-s3": "^3.363.0",
|
|
|
|
"@aws-sdk/credential-providers": "^3.363.0",
|
2023-11-03 19:16:37 +03:00
|
|
|
"@graphql-tools/schema": "^10.0.0",
|
2023-11-28 18:48:02 +03:00
|
|
|
"@graphql-yoga/nestjs": "2.1.0",
|
2023-05-26 15:00:32 +03:00
|
|
|
"@nestjs/apollo": "^11.0.5",
|
2022-12-01 17:58:08 +03:00
|
|
|
"@nestjs/common": "^9.0.0",
|
2023-05-25 12:51:15 +03:00
|
|
|
"@nestjs/config": "^2.3.2",
|
2022-12-01 17:58:08 +03:00
|
|
|
"@nestjs/core": "^9.0.0",
|
2023-11-28 18:48:02 +03:00
|
|
|
"@nestjs/graphql": "12.0.8",
|
2023-05-25 12:51:15 +03:00
|
|
|
"@nestjs/jwt": "^10.0.3",
|
|
|
|
"@nestjs/passport": "^9.0.3",
|
2022-12-01 17:58:08 +03:00
|
|
|
"@nestjs/platform-express": "^9.0.0",
|
|
|
|
"@nestjs/serve-static": "^3.0.0",
|
2023-04-14 17:52:57 +03:00
|
|
|
"@nestjs/terminus": "^9.2.2",
|
2023-09-19 18:58:28 +03:00
|
|
|
"@nestjs/typeorm": "^10.0.0",
|
2023-10-09 23:54:14 +03:00
|
|
|
"@ptc-org/nestjs-query-core": "^4.2.0",
|
2023-11-28 18:48:02 +03:00
|
|
|
"@ptc-org/nestjs-query-graphql": "4.2.0",
|
|
|
|
"@ptc-org/nestjs-query-typeorm": "4.2.1-alpha.2",
|
2023-09-11 22:22:30 +03:00
|
|
|
"@sentry/node": "^7.66.0",
|
2023-12-08 12:18:50 +03:00
|
|
|
"@sentry/profiling-node": "^1.2.6",
|
2023-09-11 22:22:30 +03:00
|
|
|
"@sentry/tracing": "^7.66.0",
|
2023-07-04 17:02:44 +03:00
|
|
|
"@types/lodash.camelcase": "^4.3.7",
|
2023-07-04 21:08:15 +03:00
|
|
|
"@types/lodash.merge": "^4.6.7",
|
2023-06-30 09:26:06 +03:00
|
|
|
"add": "^2.0.6",
|
2023-05-24 18:20:15 +03:00
|
|
|
"apollo-server-express": "^3.12.0",
|
2023-06-30 03:36:48 +03:00
|
|
|
"axios": "^1.4.0",
|
2023-09-21 03:24:13 +03:00
|
|
|
"bcrypt": "^5.1.1",
|
2023-07-27 19:07:38 +03:00
|
|
|
"body-parser": "^1.20.2",
|
2023-12-01 18:09:04 +03:00
|
|
|
"bullmq": "^4.14.0",
|
2023-07-27 19:07:38 +03:00
|
|
|
"bytes": "^3.1.2",
|
2023-05-26 15:00:32 +03:00
|
|
|
"class-transformer": "^0.5.1",
|
2023-06-17 14:42:02 +03:00
|
|
|
"class-validator": "^0.14.0",
|
2023-10-09 23:54:14 +03:00
|
|
|
"dataloader": "^2.2.2",
|
2023-06-17 14:42:02 +03:00
|
|
|
"date-fns": "^2.30.0",
|
2023-08-08 00:15:07 +03:00
|
|
|
"file-type": "16.5.4",
|
2023-10-09 23:54:14 +03:00
|
|
|
"graphql": "16.8.0",
|
2023-09-28 17:27:34 +03:00
|
|
|
"graphql-fields": "^2.0.3",
|
2023-10-09 23:54:14 +03:00
|
|
|
"graphql-subscriptions": "2.0.0",
|
2023-11-03 19:16:37 +03:00
|
|
|
"graphql-tag": "^2.12.6",
|
2023-05-26 15:00:32 +03:00
|
|
|
"graphql-type-json": "^0.3.2",
|
2023-07-04 17:02:44 +03:00
|
|
|
"graphql-upload": "^13.0.0",
|
2023-09-28 17:27:34 +03:00
|
|
|
"graphql-yoga": "^4.0.4",
|
2023-04-24 16:00:37 +03:00
|
|
|
"jest-mock-extended": "^3.0.4",
|
2023-06-16 11:38:11 +03:00
|
|
|
"jsonwebtoken": "^9.0.0",
|
2023-07-04 17:02:44 +03:00
|
|
|
"lodash.camelcase": "^4.3.0",
|
2023-09-28 17:27:34 +03:00
|
|
|
"lodash.isempty": "^4.4.0",
|
2023-11-07 13:10:14 +03:00
|
|
|
"lodash.isequal": "^4.5.0",
|
2023-07-04 17:02:44 +03:00
|
|
|
"lodash.isobject": "^3.0.2",
|
|
|
|
"lodash.kebabcase": "^4.1.1",
|
2023-07-04 21:08:15 +03:00
|
|
|
"lodash.merge": "^4.6.2",
|
2023-09-21 03:24:13 +03:00
|
|
|
"lodash.snakecase": "^4.1.1",
|
2023-10-12 19:28:27 +03:00
|
|
|
"lodash.upperfirst": "^4.3.1",
|
2023-12-05 16:10:50 +03:00
|
|
|
"microdiff": "^1.3.2",
|
2023-10-27 19:08:59 +03:00
|
|
|
"nest-commander": "^3.12.0",
|
2023-05-25 12:51:15 +03:00
|
|
|
"passport": "^0.6.0",
|
|
|
|
"passport-google-oauth20": "^2.0.0",
|
|
|
|
"passport-jwt": "^4.0.1",
|
|
|
|
"passport-local": "^1.0.0",
|
2023-09-28 17:27:34 +03:00
|
|
|
"patch-package": "^8.0.0",
|
2023-09-14 15:39:37 +03:00
|
|
|
"pg": "^8.11.3",
|
2023-12-01 18:09:04 +03:00
|
|
|
"pg-boss": "^9.0.3",
|
2023-09-28 17:27:34 +03:00
|
|
|
"postinstall-postinstall": "^2.1.0",
|
2022-12-01 17:58:08 +03:00
|
|
|
"rimraf": "^3.0.2",
|
2023-04-26 17:42:01 +03:00
|
|
|
"rxjs": "^7.2.0",
|
2023-07-04 17:02:44 +03:00
|
|
|
"sharp": "^0.32.1",
|
|
|
|
"type-fest": "^3.12.0",
|
2023-09-14 15:39:37 +03:00
|
|
|
"typeorm": "^0.3.17",
|
2023-06-30 09:26:06 +03:00
|
|
|
"uuid": "^9.0.0",
|
|
|
|
"yarn": "^1.22.19"
|
2022-12-01 17:58:08 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@nestjs/cli": "^9.0.0",
|
|
|
|
"@nestjs/schematics": "^9.0.0",
|
|
|
|
"@nestjs/testing": "^9.0.0",
|
2023-12-06 14:19:00 +03:00
|
|
|
"@stylistic/eslint-plugin": "^1.5.0",
|
2023-06-17 14:42:02 +03:00
|
|
|
"@types/bcrypt": "^5.0.0",
|
2023-07-27 19:07:38 +03:00
|
|
|
"@types/bytes": "^3.1.1",
|
2022-12-01 17:58:08 +03:00
|
|
|
"@types/express": "^4.17.13",
|
2023-09-28 17:27:34 +03:00
|
|
|
"@types/graphql-fields": "^1.3.6",
|
2023-07-04 17:02:44 +03:00
|
|
|
"@types/graphql-upload": "^8.0.12",
|
2022-12-01 17:58:08 +03:00
|
|
|
"@types/jest": "28.1.8",
|
2023-09-28 17:27:34 +03:00
|
|
|
"@types/lodash.isempty": "^4.4.7",
|
2023-11-07 13:10:14 +03:00
|
|
|
"@types/lodash.isequal": "^4.5.7",
|
2023-07-04 17:02:44 +03:00
|
|
|
"@types/lodash.isobject": "^3.0.7",
|
|
|
|
"@types/lodash.kebabcase": "^4.1.7",
|
2023-09-21 03:24:13 +03:00
|
|
|
"@types/lodash.snakecase": "^4.1.7",
|
2023-10-12 19:28:27 +03:00
|
|
|
"@types/lodash.upperfirst": "^4.3.7",
|
2023-06-17 14:42:02 +03:00
|
|
|
"@types/ms": "^0.7.31",
|
2022-12-01 17:58:08 +03:00
|
|
|
"@types/node": "^16.0.0",
|
2023-05-25 12:51:15 +03:00
|
|
|
"@types/passport-google-oauth20": "^2.0.11",
|
2023-06-16 11:38:11 +03:00
|
|
|
"@types/passport-jwt": "^3.0.8",
|
2022-12-01 17:58:08 +03:00
|
|
|
"@types/supertest": "^2.0.11",
|
2023-06-16 11:38:11 +03:00
|
|
|
"@types/uuid": "^9.0.2",
|
2022-12-01 17:58:08 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
|
|
"eslint": "^8.0.1",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2023-07-19 15:01:32 +03:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2022-12-01 17:58:08 +03:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2023-08-01 01:47:29 +03:00
|
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
2022-12-01 17:58:08 +03:00
|
|
|
"jest": "28.1.3",
|
|
|
|
"prettier": "^2.3.2",
|
|
|
|
"source-map-support": "^0.5.20",
|
|
|
|
"supertest": "^6.1.3",
|
|
|
|
"ts-jest": "28.0.8",
|
|
|
|
"ts-loader": "^9.2.3",
|
|
|
|
"ts-node": "^10.0.0",
|
|
|
|
"tsconfig-paths": "4.1.0",
|
2023-05-31 19:33:26 +03:00
|
|
|
"typescript": "^4.9.4"
|
2022-12-01 17:58:08 +03:00
|
|
|
},
|
2023-09-28 17:27:34 +03:00
|
|
|
"resolutions": {
|
|
|
|
"graphql": "16.8.0"
|
2022-12-01 17:58:08 +03:00
|
|
|
}
|
2023-12-05 16:10:50 +03:00
|
|
|
}
|