-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.99 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.99 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
{
"name": "deepkit-modules",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"postinstall": "deepkit-type-install && remix-esbuild-override && lefthook install"
},
"private": true,
"devDependencies": {
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/config-nx-scopes": "^17.6.4",
"@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",
"@remix-run/dev": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@types/react": "^18.2.21",
"@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",
"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",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"release-it": "^16.1.5",
"remix-esbuild-override": "^3.1.0",
"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",
"@deepkit/app": "1.0.1-alpha.98",
"@deepkit/broker": "^1.0.1-alpha.97",
"@deepkit/bson": "^1.0.1-alpha.97",
"@deepkit/core": "1.0.1-alpha.97",
"@deepkit/core-rxjs": "^1.0.1-alpha.97",
"@deepkit/crypto": "^1.0.1-alpha.89",
"@deepkit/event": "^1.0.1-alpha.97",
"@deepkit/framework": "^1.0.1-alpha.99",
"@deepkit/http": "^1.0.1-alpha.98",
"@deepkit/injector": "^1.0.1-alpha.97",
"@deepkit/logger": "^1.0.1-alpha.97",
"@deepkit/orm": "1.0.1-alpha.98",
"@deepkit/rpc": "1.0.1-alpha.97",
"@deepkit/rpc-tcp": "^1.0.1-alpha.97",
"@deepkit/sql": "^1.0.1-alpha.98",
"@deepkit/stopwatch": "^1.0.1-alpha.97",
"@deepkit/template": "^1.0.1-alpha.97",
"@deepkit/type": "1.0.1-alpha.97",
"@deepkit/type-compiler": "1.0.1-alpha.97",
"@deepkit/workflow": "^1.0.1-alpha.97",
"@remix-run/node": "2.9.1",
"@remix-run/server-runtime": "2.9.1",
"axios": "^1.0.0",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"graphql-scalars": "^1.22.2",
"radash": "^11.0.0",
"remix-validated-form": "^5.1.0",
"tslib": "2.6.2"
},
"packageManager": "pnpm@8.7.4",
"volta": {
"pnpm": "8.7.4",
"node": "20.4.0"
},
"pnpm": {
"patchedDependencies": {
"@deepkit/type-compiler@1.0.1-alpha.97": "patches/@deepkit__type-compiler@1.0.1-alpha.97.patch"
}
},
"nx": {
"includedScripts": []
}
}