-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 3.75 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@ticketing-app/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@finastra/nestjs-oidc": "^0.26.6",
"@fusionauth/typescript-client": "^1.48.0",
"@mantine/core": "^7.3.2",
"@mantine/form": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mikro-orm/core": "^6.0.2",
"@mikro-orm/mongodb": "^6.0.2",
"@mikro-orm/nestjs": "^5.2.3",
"@mikro-orm/seeder": "^6.0.2",
"@nestjs/bull": "^10.0.1",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/graphql": "^12.0.11",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/microservices": "^10.3.0",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/platform-fastify": "^10.3.0",
"@nestjs/terminus": "^10.2.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@tabler/icons-react": "^2.44.0",
"@types/express": "^4.17.21",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.3",
"axios": "^1.0.0",
"bull": "^4.12.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"envalid": "^8.0.0",
"jwks-rsa": "^3.1.0",
"kafkajs": "2.2.4",
"ky": "^1.2.0",
"nestjs-envalid": "1.3.0",
"nestjs-pino": "3.5.0",
"next": "13.4.4",
"next-auth": "^4.24.5",
"oidc-client-ts": "^2.4.0",
"openid-client": "^5.6.2",
"pino-http": "9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"styled-components": "5.3.6",
"tslib": "^2.3.0",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
},
"devDependencies": {
"@automock/adapters.nestjs": "^2.1.0",
"@automock/jest": "^2.1.0",
"@faker-js/faker": "^8.3.1",
"@mikro-orm/cli": "6.0.2",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx-tools/container-metadata": "^5.1.0",
"@nx-tools/nx-container": "^5.1.0",
"@nx/devkit": "17.2.7",
"@nx/eslint": "17.2.7",
"@nx/eslint-plugin": "17.2.7",
"@nx/jest": "17.2.7",
"@nx/js": "17.2.8",
"@nx/nest": "17.2.7",
"@nx/next": "17.2.8",
"@nx/node": "17.2.7",
"@nx/playwright": "17.2.7",
"@nx/react": "17.2.8",
"@nx/webpack": "17.2.7",
"@nx/workspace": "17.2.7",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@swc/plugin-styled-components": "^1.5.67",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-is": "18.2.2",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"babel-jest": "^29.4.1",
"babel-plugin-styled-components": "1.10.7",
"eslint": "~8.48.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "17.2.7",
"pino-pretty": "10.3.1",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.12.2",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.2.2",
"url-loader": "^4.1.1"
},
"mikro-orm": {
"useTsNode": true,
"configPaths": [
"./apps/order-service/src/mikro-orm.config.ts",
"./dist/order-service/mikro-orm.config.js"
]
}
}