-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.11 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.11 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
{
"name": "knights-rpggame-web",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "~20.2.3",
"@angular/common": "~20.2.3",
"@angular/compiler": "~20.2.3",
"@angular/core": "~20.2.3",
"@angular/forms": "~20.2.3",
"@angular/platform-browser": "~20.2.3",
"@angular/platform-browser-dynamic": "~20.2.3",
"@angular/router": "~20.2.3",
"@microsoft/signalr": "^9.0.6",
"@ngrx/effects": "^20.0.1",
"@ngrx/store": "^20.0.1",
"@nx/angular": "21.4.1",
"ngrx-store-localstorage": "^20.0.0",
"ngx-webstorage": "^20.0.0",
"phaser": "^3.90.0",
"phaser3-rex-plugins": "^1.80.16",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~20.2.1",
"@angular-devkit/core": "~20.2.1",
"@angular-devkit/schematics": "~20.2.1",
"@angular-eslint/eslint-plugin": "~20.2.0",
"@angular-eslint/eslint-plugin-template": "~20.2.0",
"@angular-eslint/template-parser": "~20.2.0",
"@angular/cli": "~20.2.1",
"@angular/compiler-cli": "~20.2.1",
"@angular/language-service": "~20.2.1",
"@nx/cypress": "21.4.1",
"@nx/eslint-plugin": "21.4.1",
"@nx/jest": "21.4.1",
"@nx/js": "21.4.1",
"@nx/web": "21.4.1",
"@nx/workspace": "21.4.1",
"@schematics/angular": "~20.2.1",
"@types/jest": "^30.0.0",
"@types/node": "24.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"cypress": "^14.5.4",
"eslint": "~9.34.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "^5.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "~14.6.1",
"nx": "21.4.1",
"ora": "^5.4.1",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1",
"ts-node": "10.9.2",
"typescript": "~5.9.2"
},
"overrides": {
"ora": "^5.4.1"
}
}