-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
165 lines (165 loc) · 5.95 KB
/
package.json
File metadata and controls
165 lines (165 loc) · 5.95 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "poker-moons",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": ">=14.18.1"
},
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main && husky install",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dockerize": "nx affected --target=dockerize",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"precommit": "nx format:write",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"help": "nx help",
"storybookify": "nx g @nrwl/angular:storybook-configuration",
"build:executors": "yarn tsc -p tools/executors/tsconfig.json"
},
"private": true,
"dependencies": {
"@angular/animations": "14.2.7",
"@angular/cdk": "14.2.5",
"@angular/common": "14.2.7",
"@angular/compiler": "14.2.7",
"@angular/core": "14.2.7",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "14.2.7",
"@angular/platform-browser": "14.2.7",
"@angular/platform-browser-dynamic": "14.2.7",
"@angular/router": "14.2.7",
"@aws-sdk/client-s3": "^3.45.0",
"@fortawesome/angular-fontawesome": "0.10.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@nestjs/bull": "^0.5.3",
"@nestjs/common": "9.0.8",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "9.0.8",
"@nestjs/platform-express": "9.0.8",
"@nestjs/platform-socket.io": "^8.3.1",
"@nestjs/websockets": "^8.2.3",
"@ngrx/component-store": "14.0.2",
"@ngrx/effects": "14.0.2",
"@ngrx/store": "14.0.2",
"@ngrx/store-devtools": "14.0.2",
"@rx-angular/cdk": "^1.0.0-rc.2",
"@rx-angular/template": "^1.0.0-rc.3",
"@storybook/core-server": "6.5.10",
"@trellisorg/nest-spectator": "^0.0.13",
"bull": "^4.8.2",
"class-transformer": "0.4.0",
"class-validator": "^0.13.1",
"currency.js": "^2.0.4",
"date-fns": "^2.28.0",
"dotenv-safe": "^8.2.0",
"fp-ts": "^2.11.5",
"helmet": "^5.0.2",
"ioredis": "^5.0.4",
"jest-mock-extended": "^2.0.4",
"nanoid": "^3.3.3",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.5.0",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0",
"ts-pattern": "^3.3.3",
"tslib": "^2.3.1",
"winston": "^3.6.0",
"winston-daily-rotate-file": "^4.6.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.6",
"@angular-eslint/eslint-plugin": "14.0.4",
"@angular-eslint/eslint-plugin-template": "14.0.4",
"@angular-eslint/template-parser": "14.0.4",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "14.2.7",
"@angular/language-service": "14.2.7",
"@aws-sdk/client-cloudfront": "^3.45.0",
"@aws-sdk/client-elastic-beanstalk": "^3.46.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.8",
"@nrwl/angular": "15.0.1",
"@nrwl/cli": "15.0.1",
"@nrwl/cypress": "15.0.1",
"@nrwl/devkit": "15.0.1",
"@nrwl/eslint-plugin-nx": "15.0.1",
"@nrwl/jest": "15.0.1",
"@nrwl/js": "15.0.1",
"@nrwl/linter": "15.0.1",
"@nrwl/nest": "15.0.1",
"@nrwl/node": "15.0.1",
"@nrwl/nx-cloud": "15.0.0",
"@nrwl/storybook": "15.0.1",
"@nrwl/web": "15.0.1",
"@nrwl/workspace": "15.0.1",
"@storybook/addon-controls": "6.5.10",
"@storybook/addon-docs": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/angular": "6.5.10",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@trellisorg/make-buildable": "^0.0.11",
"@types/archiver": "^5.3.1",
"@types/bull": "^3.15.8",
"@types/dotenv-safe": "^8.1.2",
"@types/express": "^4.17.13",
"@types/ioredis": "^4.28.10",
"@types/jest": "28.1.8",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"ajv-formats": "^2.1.1",
"archiver": "^5.3.0",
"conventional-changelog-cli": "^2.1.1",
"css-loader": "^6.5.1",
"cypress": "^8.3.0",
"eslint": "8.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.12.1",
"husky": "^7.0.4",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.2",
"ng-packagr": "~14.2.0",
"nx": "15.0.1",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "2.7.1",
"prettier-plugin-jsdoc": "^0.3.38",
"prettier-plugin-organize-imports": "^3.1.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"ts-essentials": "^9.0.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"webpack": "^5.64.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}