-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
181 lines (181 loc) · 6.38 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
176
177
178
179
180
181
{
"name": "fuzzy-waddle",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "nx run-many --all --target=serve",
"start:api": "nx serve api",
"start:client": "nx serve client",
"start:client-hmr": "nx serve client --hmr",
"start:client-open": "nx serve client --host=0.0.0.0 --disable-host-check",
"editor": "phasereditor2d-launcher -project . -port 1959",
"editor-remote": "phasereditor2d-launcher -project . -disable-open-browser -public -port 1959",
"build": "nx run-many --all --target=build",
"build-gh-pages": "nx run build -- --base-href=/fuzzy-waddle/",
"test": "nx run-many --all --target=test",
"lint": "nx run-many --all --target=lint",
"lint-staged": "nx run-many --all --target=lint --with-deps",
"e2e": "nx run client-e2e:e2e",
"nx": "nx",
"nx-build-client": "nx build client",
"nx-build-server": "nx build server",
"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:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx update @nx/workspace",
"update:check": "nx update",
"dep-graph": "nx dep-graph",
"workspace-schematic": "nx workspace-schematic",
"sme": "nx build client --source-map=true --named-chunks=true && source-map-explorer dist/apps/client/**/*.js",
"install-audiosprite-globally": "pnpm install -g audiosprite-ffmpeg",
"probable-waffle-audio-sprites": "pnpm run install-audiosprite-globally && audiosprite apps/client/src/metadata/sfx/character/**/*.mp3 -o apps/client/src/assets/sfx/character -e mp3 -r 8000",
"prepare": "husky",
"build-client-dev": "nx build client --source-map=true --named-chunks=true",
"serve-buid": "http-server dist/apps/client"
},
"engines": {
"node": ">=22.7.0",
"pnpm": ">=9.9"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.0",
"@angular/common": "18.2.0",
"@angular/compiler": "18.2.0",
"@angular/core": "18.2.0",
"@angular/forms": "18.2.0",
"@angular/localize": "18.2.0",
"@angular/platform-browser": "18.2.0",
"@angular/platform-browser-dynamic": "18.2.0",
"@angular/pwa": "18.2.1",
"@angular/router": "18.2.0",
"@angular/service-worker": "18.2.0",
"@dicebear/core": "^9.2.1",
"@dicebear/pixel-art": "^9.2.1",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@nestjs/common": "10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "10.4.1",
"@nestjs/graphql": "^12.2.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "10.4.1",
"@nestjs/platform-socket.io": "^10.4.1",
"@nestjs/schedule": "^4.1.0",
"@nestjs/throttler": "^6.1.1",
"@nestjs/websockets": "^10.4.1",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@nx/angular": "19.8.4",
"@popperjs/core": "^2.11.8",
"@schematics/angular": "18.2.1",
"@supabase/supabase-js": "^2.45.1",
"axios": "^1.6.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"easystarjs": "^0.4.4",
"helmet": "^7.1.0",
"mistreevous": "^4.1.1",
"ng2-charts": "^6.0.1",
"ngx-socket-io": "^4.7.0",
"node-cache": "^5.1.2",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-strategy": "^1.0.0",
"phaser": "4.0.0-beta.3",
"phaser3-rex-plugins": "1.80.6",
"profanity-cleaner": "^0.0.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"socket.io": "^4.7.5",
"tslib": "^2.6.3",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.1",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.2.1",
"@angular/compiler-cli": "18.2.0",
"@angular/language-service": "18.2.0",
"@nestjs/schematics": "10.1.4",
"@nestjs/swagger": "7.4.0",
"@nestjs/testing": "10.4.1",
"@nx/cypress": "19.8.4",
"@nx/eslint-plugin": "19.8.4",
"@nx/jest": "19.8.4",
"@nx/js": "19.8.4",
"@nx/linter": "19.8.4",
"@nx/nest": "19.8.4",
"@nx/node": "19.8.4",
"@nx/web": "19.8.4",
"@nx/webpack": "19.8.4",
"@nx/workspace": "19.8.4",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "29.5.12",
"@types/node": "^22.5.0",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/utils": "^7.16.0",
"cypress": "13.13.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"husky": "^9.1.5",
"jest": "29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-fail-on-console": "^3.3.0",
"jest-preset-angular": "14.2.2",
"lint-staged": "^15.2.9",
"nx": "19.8.4",
"nx-cloud": "19.1.0",
"phaser-asset-pack-hashing": "^1.0.6",
"phasereditor2d-launcher": "^3.67.0",
"prettier": "^3.3.3",
"source-map-explorer": "^2.5.3",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"pnpm": {
"overrides": {
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"@adobe/css-tools@<4.3.1": ">=4.3.1",
"word-wrap@<1.2.4": ">=1.2.4",
"tough-cookie@<4.1.3": ">=4.1.3",
"@adobe/css-tools@<4.3.2": ">=4.3.2",
"semver@<5.7.2": ">=5.7.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"@supabase/gotrue-js": "2.61.0",
"@supabase/supabase-js>@supabase/auth-js": "2.61.0"
},
"patchedDependencies": {
"phaser3-rex-plugins@1.80.6": "patches/phaser3-rex-plugins@1.80.6.patch"
}
},
"lint-staged": {
"*.{ts,js,json,css,scss,md}": "nx affected:lint"
}
}