-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 1.48 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
{
"private": true,
"workspaces": [
"catalog/**/*",
"collaboration/**/*",
"files/**/*",
"hits/**/*",
"mailer/**/*",
"portfolio/**/*",
"private-gateway/**/*",
"public-gateway/**/*",
"protos/**/*",
"search/**/*",
"fragments/**/*",
"identity/**/*",
"site/**/*",
"email/**/*",
"ui/**/*",
"types/**/*",
"backend/**/*"
],
"resolutions": {
"@nestjs/core": "8.4.2",
"@nestjs/terminus": "7",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.41",
"@types/react": "^17.0.6",
"apollo-server-core": "3.6.2",
"apollo-server-express": "3.6.2",
"apollo-server-fastify": "3.6.2",
"class-validator": "0.13.1",
"eslint-plugin-import": "2.22.0",
"graphql": "15",
"pino": "6.13.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "5.18.3",
"rxjs": "7.2.0",
"type-graphql": "1.0.0",
"typeorm": "0.2.37",
"typescript": "4.4.4"
},
"devDependencies": {
"@atlantis-lab/tsconfig": "^0.1.12",
"@atls/code-service": "^0.0.10",
"@atls/config-jest": "^0.0.2",
"@jest/core": "^27.4.7",
"@types/eslint": "^8",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"eslint": "8.4.1",
"husky": "5.2.0",
"typescript": "4.4.4"
},
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
},
"[email protected]": {
"unplugged": true
}
},
"packageManager": "[email protected]"
}