-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.61 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
{
"name": "clicker-heroes-tracker-webclient",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"coverage": "ng test --no-watch --code-coverage --no-progress --browsers=ChromeHeadlessCI",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.14",
"@angular/common": "^19.2.14",
"@angular/compiler": "^19.2.14",
"@angular/core": "^19.2.14",
"@angular/forms": "^19.2.14",
"@angular/localize": "^19.2.14",
"@angular/platform-browser": "^19.2.14",
"@angular/platform-browser-dynamic": "^19.2.14",
"@angular/router": "^19.2.14",
"@azure/msal-browser": "^3.13.0",
"@microsoft/applicationinsights-web": "^3.3.9",
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
"bootstrap": "^5.3.7",
"chart.js": "^4.4.8",
"chartjs-adapter-date-fns": "^3.0.0",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"decimal.js": "^10.5.0",
"jwt-decode": "^4.0.0",
"lru-cache": "^10.4.3",
"ng-validate-equal": "^6.0.1",
"ng2-adsense": "^14.0.0",
"ng2-charts": "^8.0.0",
"ngx-clipboard": "^16.0.0",
"ngx-spinner": "^19.0.0",
"ngx-window-token": "^7.0.0",
"pako": "^2.1.0",
"rxjs": "^7.8.1",
"toformat": "^2.0.0",
"tslib": "^2.8.1",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^22.0.8",
"@angular-eslint/builder": "^18.4.3",
"@angular-eslint/eslint-plugin": "^18.4.3",
"@angular-eslint/eslint-plugin-template": "^18.4.3",
"@angular-eslint/schematics": "^18.4.3",
"@angular-eslint/template-parser": "^18.4.3",
"@angular/cli": "^22.0.8",
"@angular/compiler-cli": "^19.2.14",
"@types/crypto-js": "^4.2.2",
"@types/facebook-js-sdk": "^3.3.12",
"@types/google.accounts": "^0.0.17",
"@types/jasmine": "^5.1.8",
"@types/node": "^20.19.4",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^49.0.0",
"jasmine-core": "^5.8.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "^5.5.4"
},
"overrides": {
"karma-jasmine": {
"jasmine-core": "^4.1.0 || ^5.0.0"
}
}
}