forked from IKatsuba/nx-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.71 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "nx-cloud-workspace",
"version": "0.0.0-development",
"license": "MIT",
"scripts": {
"migrations:create": "ts-node -r tsconfig-paths/register -P scripts/tsconfig.json scripts/create-migrations.ts",
"migrations:run": "ts-node -r tsconfig-paths/register -P scripts/tsconfig.json scripts/migrations.ts",
"start:prod": "npm run migrations:run && node dist/apps/api/main.js"
},
"private": true,
"devDependencies": {
"@golevelup/ts-jest": "0.4.0",
"@nestjs/schematics": "10.1.0",
"@nestjs/testing": "10.2.5",
"@nx/devkit": "18.2.3",
"@nx/esbuild": "18.2.3",
"@nx/eslint-plugin": "18.2.3",
"@nx/jest": "18.2.3",
"@nx/js": "18.2.3",
"@nx/nest": "18.2.3",
"@nx/node": "18.2.3",
"@nx/plugin": "18.2.3",
"@nx/webpack": "18.2.3",
"@nx/workspace": "18.2.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.3",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.104",
"@types/jest": "29.4.1",
"@types/node": "18.19.30",
"@types/passport-jwt": "^3.0.7",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"esbuild": "0.19.12",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "18.2.3",
"prettier": "^2.6.2",
"semantic-release": "^23.0.0",
"ts-jest": "29.1.2",
"typescript": "5.4.4",
"verdaccio": "^5.29.2",
"@nx/eslint": "18.2.3"
},
"dependencies": {
"@aws-sdk/client-s3": "3.525.0",
"@aws-sdk/credential-providers": "3.525.0",
"@aws-sdk/s3-request-presigner": "3.525.0",
"@mikro-orm/core": "5.6.15",
"@mikro-orm/migrations": "5.6.15",
"@mikro-orm/nestjs": "5.2.1",
"@mikro-orm/postgresql": "5.6.15",
"@nestjs/axios": "3.0.0",
"@nestjs/common": "10.3.3",
"@nestjs/config": "3.2.0",
"@nestjs/core": "10.2.5",
"@nestjs/jwt": "10.1.1",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "10.3.1",
"@swc/helpers": "0.5.3",
"@types/express": "~4.17.13",
"@willsoto/nestjs-prometheus": "5.5.1",
"axios": "1.6.8",
"express": "~4.18.1",
"firebase-admin": "^11.3.0",
"nestjs-pino": "^3.4.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"pino-http": "^8.2.1",
"pino-pretty": "^9.4.0",
"prom-client": "^14.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"tslib": "^2.3.0",
"uuid": "^9.0.1"
}
}