-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.15 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.15 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
{
"name": "cab-app",
"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": "^19.0.6",
"@angular/common": "^19.0.6",
"@angular/compiler": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/fire": "^19.0.0",
"@angular/forms": "^19.0.6",
"@angular/google-maps": "^19.0.5",
"@angular/material": "^19.2.18",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-browser-dynamic": "^19.0.6",
"@angular/platform-server": "^19.0.6",
"@angular/router": "^19.0.6",
"@angular/ssr": "^19.0.7",
"@auth0/angular-jwt": "^5.2.0",
"@emailjs/browser": "^4.4.1",
"@googlemaps/google-maps-services-js": "^3.4.2",
"@stomp/stompjs": "^7.1.1",
"chalk": "^5.4.1",
"dotenv": "^16.4.7",
"emailjs": "^4.0.3",
"express": "^4.18.2",
"firebase": "^11.3.1",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^3.2.0",
"leaflet-routing-machine": "^3.2.12",
"localtunnel": "^2.0.2",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.2",
"net": "^1.0.2",
"ngx-csv-parser": "^2.0.0",
"puppeteer": "^24.4.0",
"readline": "^1.3.0",
"rxjs": "~7.8.0",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.7",
"@angular/cli": "^19.0.7",
"@angular/compiler-cli": "^19.0.6",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.17",
"@types/google.maps": "^3.58.1",
"@types/jasmine": "~5.1.0",
"@types/leaflet": "^1.9.18",
"@types/leaflet-routing-machine": "^3.2.8",
"@types/multer": "^1.4.12",
"@types/node": "^18.19.80",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.5.2"
}
}