-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.78 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
{
"name": "diogovcs",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": false,
"devDependencies": {
"@graphql-mesh/cli": "0.82.7",
"@jscutlery/semver": "^2.29.3",
"@nrwl/angular": "15.0.4",
"@nrwl/cli": "15.0.4",
"@nrwl/eslint-plugin-nx": "15.0.4",
"@nrwl/jest": "15.0.4",
"@nrwl/js": "15.0.4",
"@nrwl/linter": "15.0.4",
"@nrwl/nx-plugin": "15.0.4",
"@nrwl/workspace": "15.0.4",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jsonc-eslint-parser": "^2.1.0",
"node-typescript-compiler": "^3.0.0",
"nx": "15.0.4",
"prettier": "2.7.1",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"tsc-alias": "^1.6.7",
"tslib": "^2.3.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@nrwl/devkit": "15.0.4",
"@graphql-mesh/cross-helpers": "^0.3.0",
"@graphql-mesh/json-schema": "0.37.5",
"@graphql-mesh/runtime": "^0.46.4",
"@graphql-mesh/store": "^0.9.4",
"@graphql-mesh/transform-mock": "0.15.6",
"@graphql-mesh/transform-naming-convention": "^0.10.32",
"@graphql-mesh/utils": "^0.43.4",
"@graphql-tools/utils": "^9.1.3",
"@phenomnomnominal/tsquery": "^5.0.0",
"@stryker-mutator/core": "^5.6.1",
"@swc/helpers": "~0.4.11",
"dotenv": "^16.0.3",
"graphql": "16.6.0",
"graphql-import-node": "^0.0.5",
"ts-node-dev": "^2.0.0",
"tslib": "^2.3.0",
"yamlinc": "^0.1.10"
}
}