-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.01 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
{
"name": "@source/nestjs-ory-integration",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"prepare": "husky"
},
"private": true,
"engines": {
"node": ">=20"
},
"dependencies": {
"@nestjs/axios": "^4.0.0",
"@nestjs/common": "^11.0.7",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^11.0.7",
"@ory/client": "^1.16.5",
"axios": "1.7.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"defekt": "^9.3.1",
"nest-commander": "^3.16.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@eslint/eslintrc": "^2.1.1",
"@nestjs/platform-express": "^11.0.7",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.7",
"@nx/eslint": "20.4.0",
"@nx/eslint-plugin": "20.4.0",
"@nx/jest": "20.4.0",
"@nx/js": "20.4.0",
"@nx/nest": "20.4.0",
"@nx/node": "20.4.0",
"@nx/web": "20.4.0",
"@nx/webpack": "20.4.0",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.36",
"@types/jest": "29.5.13",
"@types/node": "22.13.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"jest": "29.7.0",
"jest-environment-node": "^29.7.0",
"lint-staged": "^15.4.3",
"nest-commander-testing": "^3.4.0",
"nx": "20.4.0",
"openid-client": "^5.7.0",
"prettier": "^3.4.2",
"supertest": "^6.3.3",
"ts-jest": "^29.2.5",
"ts-node": "10.9.1",
"typescript": "5.7.3",
"typescript-eslint": "8.22.0",
"verdaccio": "^5.0.4",
"webpack-cli": "^6.0.1"
},
"nx": {
"includedScripts": []
},
"workspaces": [
"packages/**",
"e2e/*"
],
"packageManager": "[email protected]"
}