-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.22 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.22 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "class-compass-server",
"version": "1.0.0",
"private": true,
"description": "",
"license": "CC BY-NC-SA 4.0",
"author": "Alexander Shestakov",
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix --cache .",
"start": "nest start",
"start:debug": "nest start --debug --watch",
"start:dev": "nest start --watch",
"start:prod": "node dist/main",
"test": "jest",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"test:e2e:watch": "jest --config ./test/jest-e2e.json --watchAll",
"test:watch": "jest --watchAll"
},
"dependencies": {
"@date-fns/utc": "^2.1.1",
"@nestjs-modules/ioredis": "^2.0.2",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/common": "^10.4.22",
"@nestjs/config": "^4.0.3",
"@nestjs/core": "^10.4.22",
"@nestjs/mapped-types": "^2.1.0",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^10.4.22",
"@nestjs/schedule": "^5.0.1",
"@nestjs/serve-static": "^5.0.4",
"@nestjs/swagger": "^8.1.1",
"@ory/keto-client": "^25.4.0",
"@ory/kratos-client": "^25.4.0",
"@prisma/client": "^6.19.2",
"@types/cookie-parser": "^1.4.10",
"axios": "^1.13.6",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.4",
"cookie-parser": "^1.4.7",
"date-fns": "^4.1.0",
"express": "^4.22.1",
"handlebars": "^4.7.8",
"ioredis": "^5.10.0",
"jwks-rsa": "^3.2.2",
"minio": "^8.0.7",
"nodemailer": "^7.0.13",
"p-retry": "^8.0.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"swagger-themes": "^1.4.3"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^9.39.3",
"@nestjs/cli": "^11.0.16",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^10.4.22",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.15.18",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.14",
"@types/multer": "^2.0.0",
"@types/node": "^22.19.13",
"@types/nodemailer": "^7.0.11",
"@types/passport-jwt": "^4.0.1",
"@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^16.5.0",
"jest": "^29.7.0",
"jest-mock-extended": "4.0.0-beta1",
"prettier": "^3.8.1",
"prisma": "6.19.0",
"source-map-support": "^0.5.21",
"supertest": "^7.2.2",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@nestjs/core",
"@prisma/client",
"@prisma/engines",
"@scarf/scarf",
"@swc/core",
"argon2",
"esbuild",
"prisma",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
}