-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.18 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
{
"name": "city-bus",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.1",
"@angular/cdk": "^14.1.0",
"@angular/common": "^15.1.1",
"@angular/compiler": "^15.1.1",
"@angular/core": "^15.1.1",
"@angular/forms": "^15.1.1",
"@angular/material": "^14.1.0",
"@angular/platform-browser": "^15.1.1",
"@angular/platform-browser-dynamic": "^15.1.1",
"@angular/router": "^15.1.1",
"@asymmetrik/ngx-leaflet": "^14.0.1",
"@auth0/angular-jwt": "^5.1.0",
"@mapbox/mapbox-gl-directions": "^4.1.0",
"@ngrx/component-store": "^14.3.2",
"@ngrx/effects": "^14.0.2",
"@ngrx/entity": "^14.0.2",
"@ngrx/router-store": "^14.3.0",
"@ngrx/store": "^14.3.0",
"@ngrx/store-devtools": "^14.1.0",
"@ngx-tiny/time-picker": "^10.0.0",
"@types/google.maps": "^3.52.1",
"@types/leaflet": "^1.7.11",
"@types/leaflet.markercluster": "^1.5.1",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.2",
"@types/socket.io-client": "^3.0.0",
"angularx-qrcode": "^14.0.0",
"express": "^4.18.1",
"jest-preset-angular": "^12.2.5",
"jwt-decode": "^3.1.2",
"leaflet": "^1.8.0",
"leaflet-geosearch": "^3.7.0",
"leaflet.markercluster": "^1.5.3",
"mapbox-gl": "^2.9.2",
"mapquest": "^0.2.0",
"ngentest": "^0.1.0",
"ngrx-uml": "^1.0.2",
"node-fetch": "^2.6.1",
"rxjs": "~7.5.0",
"socket.io": "^4.5.2",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.2",
"@angular/cli": "~15.1.2",
"@angular/compiler-cli": "^15.1.1",
"@types/jasmine": "~4.0.0",
"@types/jest": "^29.2.6",
"@types/mapbox-gl": "^2.7.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.6.2",
"angular-cli-ghpages": "^1.0.5",
"jasmine-core": "~4.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.9.4"
}
}