-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.15 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
{
"name": "wheelsage",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"lint": "ng lint",
"proto:generate": "protoc --plugin=protoc-gen-ng=./node_modules/.bin/protoc-gen-ng --ng_out=config=./ngx-grpc.conf.js:generated -I ../goautowp spec.proto"
},
"private": true,
"dependencies": {
"@angular-devkit/architect": "^0.1900.6",
"@angular/animations": "^19.0.5",
"@angular/cdk": "^19",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/localize": "^19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@bluehalo/ngx-leaflet": "^19",
"@ng-bootstrap/ng-bootstrap": "^18",
"@ng-bootstrap/schematics": "^2.0.0-alpha.1",
"@ngx-grpc/common": "^3.1.1",
"@ngx-grpc/core": "^3.1.1",
"@ngx-grpc/grpc-web-client": "^3.1.1",
"@ngx-grpc/well-known-types": "^3.1.1",
"@popperjs/core": "^2.11.8",
"@types/url-parse": "^1.4.8",
"angulartics2": "^14",
"base64-js": "^1.5.1",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.3",
"chart.js": "^4.2.1",
"core-js": "^3.28.0",
"escape-string-regexp": "^5.0.0",
"google-proto-files": "^4.2.0",
"keycloak-angular": "^19",
"keycloak-js": "^25 || ^26",
"leaflet": "^1.9.3",
"ng-recaptcha-2": "^15",
"ng2-charts": "^6 || ^7",
"ngx-autosize": "^2.0.4",
"ngx-pipes": "^3.2.0",
"npm": "^10 || ^11",
"sprintf-js": "^1.1.2",
"tslib": "^2.5.0",
"typescript": ">=5.4.0 && <5.8.0",
"url-parse": "^1.5.10",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-eslint/builder": "^19.0.2",
"@angular-eslint/eslint-plugin": "^19",
"@angular-eslint/eslint-plugin-template": "^19",
"@angular-eslint/schematics": "^19",
"@angular-eslint/template-parser": "^19",
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@angular/language-service": "^19.0.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@ngx-grpc/protoc-gen-ng": "^3.1.1",
"@types/diff": "^6",
"@types/google-protobuf": "^3.15.6",
"@types/jquery": "^3.5.16",
"@types/leaflet": "^1.9.1",
"@types/node": "^22",
"@types/showdown": "^2.0.6",
"@types/sprintf-js": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-depend": "^0.12",
"eslint-plugin-json": "^4",
"eslint-plugin-perfectionist": "^4",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-sonarjs": "^3",
"google-protobuf": "^3.21.2",
"grpc-web": "^1.4.2",
"html-comment-regex": "^1.1.2",
"jquery": "^3.6.3",
"prettier": "^3.2",
"prettier-eslint": "^16.1.1",
"showdown": "^2.1.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^14",
"ts-node": "^10.9.1",
"typescript-eslint": "^8.19.1"
}
}