-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
{
"name": "@polyglot-federation/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@eslint/js": "^9.8.0",
"@monodon/rust": "^2.1.1",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx-go/nx-go": "^3.3.1",
"@nx/esbuild": "20.4.4",
"@nx/eslint": "20.4.4",
"@nx/eslint-plugin": "20.4.4",
"@nx/jest": "20.4.4",
"@nx/js": "20.4.4",
"@nx/nest": "^20.4.4",
"@nx/node": "^20.4.4",
"@nx/web": "20.4.4",
"@nx/webpack": "20.4.4",
"@nx/workspace": "20.4.4",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.5.12",
"@types/node": "~18.16.9",
"esbuild": "^0.19.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "20.4.4",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"webpack-cli": "^5.1.4",
"workspace:run-commands@latest": "link:@nrwl/workspace:run-commands@latest"
},
"dependencies": {
"@graphql-hive/gateway": "^1.10.4",
"@graphql-yoga/nestjs-federation": "^3.12.2",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/graphql": "^13.0.3",
"@nestjs/platform-express": "^10.0.2",
"axios": "^1.6.0",
"graphql": "^16.10.0",
"graphql-subscriptions": "^3.0.0",
"graphql-ws": "^6.0.4",
"graphql-yoga": "^5.12.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"ws": "^8.18.1"
}
}