-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
175 lines (175 loc) · 6.71 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
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
166
167
168
169
170
171
172
173
174
175
{
"name": "firestone",
"version": "14.0.2",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc && echo \"// https://github.com/microsoft/TypeScript/issues/27956#issuecomment-430849185\" > ./node_modules/@overwolf/ow-cli/index.d.ts",
"clear-cache": "rm -rf node_modules/.cache/nx",
"dev": "nx build --source-map=true --watch",
"dev-prod": "nx build --source-map=true --configuration=production --watch",
"dev-web": "nx build website --source-map=true --watch",
"dev-coliseum": "nx build coliseum --source-map=true --watch",
"replace-version": "npx ts-node ./build-tools/replace-version.ts",
"opk-pipeline": "npx ts-node ./build-tools/opk-pipeline.ts",
"build": "npm i && rm -rf node_modules/.cache/nx && nx build --configuration=production --source-map && npm run replace-version && npm run opk-pipeline",
"build-local": "npm i && rm -rf node_modules/.cache/nx && nx build --configuration=production --source-map && npm run replace-version && npx ts-node ./build-tools/opk-pipeline-no-upload.ts",
"upload-web": "npx ts-node ./build-tools/upload-website.ts",
"upload-coliseum": "npx ts-node ./build-tools/upload-coliseum.ts",
"build-web": "rm -rf node_modules/.cache/nx && nx build website --configuration=production && npm run upload-web",
"build-coliseum": "rm -rf node_modules/.cache/nx && rm -rf dist/apps/coliseum && nx build coliseum --configuration=production && npm run upload-coliseum",
"dev-twitch": "set IS_TWITCH=true && nx build twitch-extension --configuration=development --watch",
"build-twitch-watch": "nx build twitch-extension --configuration=production --watch",
"build-twitch": "rm -rf node_modules/.cache/nx && nx build twitch-extension --configuration=production"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@firestone-hs/api-arena-rewards": "^1.0.2",
"@firestone-hs/api-auth": "^0.0.1",
"@firestone-hs/api-user-profile": "^0.0.7",
"@firestone-hs/arena-draft-pick": "^1.0.7",
"@firestone-hs/arena-high-win-runs": "^0.0.1",
"@firestone-hs/arena-stats": "^0.0.6",
"@firestone-hs/assign-constructed-archetype": "^0.0.3",
"@firestone-hs/bgs-global-stats": "^1.0.47",
"@firestone-hs/build-global-stats": "^1.0.8",
"@firestone-hs/coliseum-components": "^0.0.27",
"@firestone-hs/communities": "^0.0.11",
"@firestone-hs/constructed-deck-stats": "^0.0.15",
"@firestone-hs/content-craetor-input": "^0.0.5",
"@firestone-hs/deckstrings": "^2.2.8",
"@firestone-hs/duels-global-stats": "^1.0.8",
"@firestone-hs/duels-leaderboard": "^1.0.5",
"@firestone-hs/hs-replay-xml-parser": "^0.0.145",
"@firestone-hs/mailbox": "^1.0.29",
"@firestone-hs/official-leaderboards": "^0.0.1",
"@firestone-hs/reference-data": "^2.0.89",
"@firestone-hs/replay-metadata": "^0.0.73",
"@firestone-hs/replay-parser": "^1.2.33",
"@firestone-hs/retrieve-users-duels-runs": "^1.0.3",
"@firestone-hs/save-dungeon-loot-info": "^1.0.8",
"@firestone-hs/simulate-bgs-battle": "^1.1.498",
"@firestone-hs/tavern-brawl-stats": "^1.0.30",
"@firestone-hs/trigger-process-mercenaries-review": "^1.0.10",
"@firestone-hs/twitch-presence": "^1.0.1",
"@firestone-hs/user-bgs-post-match-stats": "^1.0.3",
"@firestone-hs/user-packs": "^1.0.4",
"@ngrx/component-store": "~15.0.0-beta.0",
"@ngrx/effects": "~15.0.0-beta.0",
"@ngrx/entity": "~15.0.0-beta.0",
"@ngrx/router-store": "~15.0.0-beta.0",
"@ngrx/store": "~15.0.0-beta.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@nrwl/angular": "15.2.1",
"@nrwl/nx-plugin": "^15.2.1",
"@sebastientromp/ngx-charts": "^19.0.5",
"@swc/helpers": "~0.4.11",
"angular2-notifications": "^12.0.0",
"aws-sdk": "^2.1261.0",
"buffer": "^6.0.3",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.1.0",
"cross-fetch": "^3.1.5",
"crypto-browserify": "^3.12.0",
"deep-equal": "^2.1.0",
"deepmerge": "^4.2.2",
"dom-to-image-more": "^3.4.5",
"elementtree": "^0.1.7",
"flag-icons": "^6.6.6",
"html2canvas": "^1.4.1",
"immutable": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"jszip": "^3.10.1",
"marked": "^4.3.0",
"ng-inline-svg-2": "^15.0.0",
"ng-select": "^1.0.2",
"ng2-charts": "^4.0.1",
"ngx-color-picker": "^14.0.0",
"ngx-markdown": "^15.1.2",
"ngx-scrollbar": "^10.0.1",
"ngx-virtual-scroller": "^4.0.3",
"pako": "1.0.11",
"plausible-tracker": "^0.3.8",
"rxjs": "^7.5.0",
"stream-browserify": "^3.0.0",
"ts-keycode-enum": "^1.0.6",
"tslib": "^2.3.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular-devkit/schematics": "^14.2.9",
"@angular-eslint/eslint-plugin": "^14.0.4",
"@angular-eslint/eslint-plugin-template": "^14.0.4",
"@angular-eslint/template-parser": "^14.0.4",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@ngrx/schematics": "~15.0.0-beta.0",
"@ngrx/store-devtools": "~15.0.0-beta.0",
"@nrwl/cli": "15.2.1",
"@nrwl/cypress": "15.2.1",
"@nrwl/devkit": "15.2.1",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@nrwl/jest": "15.2.1",
"@nrwl/js": "15.2.1",
"@nrwl/linter": "15.2.1",
"@nrwl/nx-cloud": "latest",
"@nrwl/workspace": "15.2.1",
"@overwolf/ow-cli": "0.0.5-0",
"@overwolf/types": "^3.24.7",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@types/dom-to-image": "^2.6.7",
"@types/jest": "28.1.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/mime-types": "^2.1.1",
"@types/node": "16.11.7",
"@types/pako": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"cypress": "^11.0.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jasmine-marbles": "~0.9.1",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "^12.2.3",
"jsonc-eslint-parser": "^2.1.0",
"mime-types": "^2.1.35",
"ng-packagr": "~15.0.0",
"nx": "15.2.1",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"replace-in-file": "^6.3.5",
"rxjs-debugger": "^0.1.7",
"sass": "^1.58.3",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "^4.8.2"
},
"overrides": {
"@firestone-hs/reference-data": "^2.0.89",
"@firestone-hs/hs-replay-xml-parser": "^0.0.145",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"rxjs": "^7.5.0",
"ngx-virtual-scroller": {
"tslib": "^2.3.0"
}
}
}