-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.46 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.46 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "ares",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"format": "prettier --write .",
"generate": "cd ./apps/web/ && graphql-codegen -r dotenv/config",
"lint": "eslint --fix .",
"prepare": "husky install",
"serve": "npx nx run-many -t serve -p web api",
"storybook": "npx nx storybook ui",
"test": "nx test api --detectOpenHandles --force-exit",
"test:integration": "cd ./apps/api/ && cucumber-js --config ./test/cucumber.json",
"test:unit": "nx test:unit api"
},
"private": true,
"dependencies": {
"@apollo/client": "3.7.17",
"@apollo/server": "4.7.4",
"@apollo/subgraph": "2.4.8",
"@eventstore/db-client": "5.0.1",
"@nestjs/apollo": "11.0.6",
"@nestjs/common": "9.4.2",
"@nestjs/config": "2.3.1",
"@nestjs/core": "9.4.2",
"@nestjs/cqrs": "9.0.3",
"@nestjs/graphql": "11.0.6",
"@nestjs/jwt": "10.1.0",
"@nestjs/mongoose": "9.2.2",
"@nestjs/passport": "10.0.1",
"@nestjs/platform-express": "9.0.0",
"@nestjs/swagger": "6.3.0",
"@react-oauth/google": "0.11.1",
"@types/uuid": "9.0.1",
"axios": "1.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"crypto-js": "4.1.1",
"formik": "2.4.3",
"graphql": "16.6.0",
"i18next": "23.4.1",
"i18next-http-backend": "2.2.1",
"jwt-decode": "3.1.2",
"mongoose": "7.1.0",
"nestjs-console": "8.0.0",
"passport-jwt": "4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.3",
"react-is": "18.2.0",
"react-router-dom": "6.11.1",
"reflect-metadata": "0.1.13",
"rxjs": "7.0.0",
"shallow-equal-object": "1.1.1",
"styled-components": "5.3.9",
"styled-reset": "4.4.6",
"tslib": "2.3.0",
"uuid": "9.0.0",
"yup": "1.2.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@nestjs/schematics": "9.0.0",
"@nestjs/testing": "9.4.2",
"@nrwl/cypress": "15.8.1",
"@nrwl/eslint-plugin-nx": "15.8.1",
"@nrwl/jest": "15.8.1",
"@nrwl/js": "15.8.7",
"@nrwl/linter": "15.8.1",
"@nrwl/nest": "15.8.1",
"@nrwl/node": "15.8.1",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "15.8.1",
"@nrwl/storybook": "15.8.7",
"@nrwl/vite": "15.8.1",
"@nrwl/webpack": "15.8.1",
"@nrwl/workspace": "15.8.1",
"@storybook/addon-a11y": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-interactions": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/builder-vite": "0.2.6",
"@storybook/core-server": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/react-vite": "7.0.18",
"@svgr/webpack": "6.1.2",
"@testing-library/react": "14.0.0",
"@types/crypto-js": "4.1.1",
"@types/jest": "29.5.2",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-is": "17.0.3",
"@types/styled-components": "5.1.26",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"@vitejs/plugin-react": "3.0.0",
"@vitest/coverage-c8": "0.25.8",
"@vitest/ui": "0.25.8",
"babel-jest": "29.4.1",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "1.10.7",
"cypress": "12.2.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sort": "2.7.1",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.4.1",
"jsdom": "20.0.3",
"lint-staged": "13.2.0",
"nx": "15.8.1",
"prettier": "2.8.4",
"react-test-renderer": "18.2.0",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "4.9.5",
"url-loader": "4.1.1",
"vite": "4.0.1",
"vite-plugin-dts": "1.7.1",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-svgr": "3.2.0",
"vite-tsconfig-paths": "4.0.2",
"vitest": "0.25.8"
}
}