-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.93 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
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "deepkit-graphql",
"version": "0.0.3",
"license": "MIT",
"scripts": {
"postinstall": "deepkit-type-install && lefthook install"
},
"private": true,
"devDependencies": {
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/config-nx-scopes": "^17.6.4",
"@deepkit-modules/nx-webpack-plugin": "^0.2.12",
"@deepkit/postgres": "1.0.1-alpha.113",
"@deepkit/type-compiler": "1.0.1-alpha.112",
"@graphql-tools/schema": "^10.0.2",
"@nx/devkit": "^16.8.0",
"@nx/esbuild": "16.7.4",
"@nx/eslint-plugin": "16.7.4",
"@nx/jest": "16.7.4",
"@nx/js": "16.7.4",
"@nx/linter": "16.7.4",
"@nx/node": "^16.7.4",
"@nx/rollup": "16.7.4",
"@nx/webpack": "16.7.4",
"@nx/workspace": "16.7.4",
"@release-it/bumper": "^5.1.0",
"@release-it/conventional-changelog": "^7.0.1",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"commitlint": "^17.7.1",
"esbuild": "^0.17.16",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"isbot": "^3.6.13",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"lefthook": "^1.4.9",
"mintlify": "^4.0.122",
"neonctl": "^1.21.3",
"node-gyp": "^9.4.0",
"node-gyp-build": "^4.6.1",
"npm-local-development": "^0.4.0",
"nx": "16.7.4",
"nx-cloud": "^16.5.2",
"prettier": "^2.6.2",
"release-it": "^16.1.5",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"type-fest": "^4.3.1",
"typescript": "5.2.2",
"verdaccio": "^5.0.4"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/subgraph": "^2.7.1",
"@deepkit/app": "1.0.1-alpha.113",
"@deepkit/broker": "1.0.1-alpha.113",
"@deepkit/bson": "1.0.1-alpha.113",
"@deepkit/core": "1.0.1-alpha.113",
"@deepkit/core-rxjs": "1.0.1-alpha.113",
"@deepkit/event": "1.0.1-alpha.113",
"@deepkit/filesystem": "1.0.1-alpha.113",
"@deepkit/framework": "1.0.1-alpha.113",
"@deepkit/http": "1.0.1-alpha.113",
"@deepkit/injector": "1.0.1-alpha.113",
"@deepkit/logger": "1.0.1-alpha.113",
"@deepkit/orm": "~1.0.1-alpha.113",
"@deepkit/rpc": "~1.0.1-alpha.113",
"@deepkit/rpc-tcp": "1.0.1-alpha.113",
"@deepkit/sql": "1.0.1-alpha.113",
"@deepkit/stopwatch": "1.0.1-alpha.113",
"@deepkit/template": "1.0.1-alpha.113",
"@deepkit/type": "1.0.1-alpha.113",
"@deepkit/workflow": "1.0.1-alpha.113",
"@graphql-tools/utils": "^10.0.8",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"graphql-scalars": "^1.22.2",
"graphql-yoga": "^5.0.0",
"radash": "^11.0.0",
"rxjs": "^7.8.1",
"tslib": "2.6.2"
},
"packageManager": "pnpm@8.7.4",
"volta": {
"pnpm": "8.7.4",
"node": "20.4.0"
},
"nx": {
"includedScripts": []
},
"pnpm": {
"patchedDependencies": {
"typescript@5.2.2": "patches/typescript@5.2.2.patch"
}
}
}