-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.81 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
{
"name": "lcc-angular",
"version": "4.1.11",
"description": "Frontend for the London Chess Club website, built with Angular",
"author": "Michal Wiraszka (https://wiraszka.com)",
"repository": {
"type": "git",
"url": "/~https://github.com/mwiraszka/LondonChessClub.git"
},
"private": false,
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build",
"build:prod": "ng build --configuration production && http-server ./dist",
"build:stats": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:headless": "ng test --browsers=ChromeHeadless --watch=false"
},
"dependencies": {
"@angular/animations": "18.2.12",
"@angular/cdk": "18.1.0",
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/core": "18.2.12",
"@angular/forms": "18.2.12",
"@angular/google-maps": "18.2.12",
"@angular/platform-browser": "18.2.12",
"@angular/platform-browser-dynamic": "18.2.12",
"@angular/router": "18.2.12",
"@angular/service-worker": "18.2.12",
"@googlemaps/js-api-loader": "1.16.8",
"@ngneat/until-destroy": "10.0.0",
"@ngrx/effects": "18.1.1",
"@ngrx/operators": "18.1.1",
"@ngrx/router-store": "18.1.1",
"@ngrx/store": "18.1.1",
"@ngrx/store-devtools": "18.1.1",
"@types/lodash": "4.17.13",
"@types/ws": "8.5.13",
"@webcomponents/webcomponentsjs": "2.8.0",
"amazon-cognito-identity-js": "6.3.12",
"angular-feather": "6.5.1",
"chart.js": "4.4.6",
"lichess-pgn-viewer": "2.1.3",
"lodash": "4.17.21",
"marked": "12.0.2",
"moment-timezone": "0.5.46",
"ng2-charts": "6.0.1",
"ng2-pdf-viewer": "10.3.4",
"ngrx-store-localstorage": "18.0.0",
"ngx-markdown": "18.1.0",
"remove-markdown": "0.5.5",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"uuid": "11.0.3",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/google.maps": "3.58.1",
"@types/jasmine": "5.1.4",
"@types/node": "22.9.0",
"@types/remove-markdown": "0.3.4",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jasmine-core": "~5.1.2",
"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",
"prettier": "3.3.3",
"prettier-eslint": "16.3.0",
"typescript": "5.5.2",
"yargs": "17.7.2"
}
}