-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.49 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
{
"private": true,
"workspaces": [
"catalog/**/*",
"collaboration/**/*",
"files/**/*",
"hits/**/*",
"mailer/**/*",
"portfolio/**/*",
"private-gateway/**/*",
"public-gateway/**/*",
"protos/**/*",
"search/**/*",
"fragments/**/*",
"identity/**/*",
"site/**/*",
"email/**/*",
"ui/**/*",
"types/**/*",
"backend/**/*"
],
"scripts": {
"seed:local": "bash ./devops/seed/apply.local.seed.sh"
},
"resolutions": {
"@nestjs/terminus": "7",
"@types/jest": "^26.0.23",
"@types/node": "22.13.10",
"@types/react": "19.2.17",
"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",
"grpc@npm:^1.18.0": "npm:@grpc/grpc-js@1.5.3",
"pino": "6.13.4",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-intl": "5.18.3",
"typeorm": "0.2.37",
"typescript": "5.5.4"
},
"devDependencies": {
"@atls/code-runtime": "2.1.34",
"@jest/core": "^27.4.7",
"@types/eslint": "^8",
"@types/jest": "^26.0.23",
"@types/node": "22.13.10",
"@types/react": "19.2.17",
"eslint": "8.4.1",
"husky": "5.2.0",
"typescript": "5.5.4"
},
"dependenciesMeta": {
"apollo-server-core@3.6.2": {
"unplugged": true
},
"graphql@15.8.0": {
"unplugged": true
}
},
"packageManager": "yarn@4.17.0",
"linterIgnorePatterns": [
"project.types.d.ts"
]
}