-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "cngroup",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nx run-many --parallel=3 --target=serve",
"build": "nx build",
"test": "nx test"
},
"dependencies": {
"@graphql-tools/delegate": "^9.0.8",
"@graphql-tools/stitch": "^8.7.13",
"@graphql-tools/wrap": "^9.2.3",
"@graphql-yoga/node": "^2.13.13",
"@whatwg-node/fetch": "^0.4.7",
"cors": "^2.8.5",
"express": "^4.18.1",
"graphql": "^16.6.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nrwl/cli": "14.8.3",
"@nrwl/eslint-plugin-nx": "14.8.3",
"@nrwl/jest": "14.8.3",
"@nrwl/linter": "14.8.3",
"@nrwl/node": "^14.8.3",
"@nrwl/workspace": "14.8.3",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "14.8.3",
"prettier": "^2.6.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
}
}