-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.44 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "go-safe",
"version": "2.9.0",
"main": "main.js",
"scripts": {
"ng": "ng",
"start": "node server.js",
"heroku-postbuild": "ng build --prod",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@agm/core": "1.1.0",
"@agm/drawing": "^1.1.0",
"@angular/animations": "^11.2.10",
"@angular/cdk": "11.0.0",
"@angular/common": "11.2.10",
"@angular/compiler": "11.2.10",
"@angular/core": "^11.2.10",
"@angular/flex-layout": "11.0.0-beta.33",
"@angular/forms": "11.2.10",
"@angular/localize": "^12.1.1",
"@angular/material": "11.0.0",
"@angular/platform-browser": "11.2.10",
"@angular/platform-browser-dynamic": "11.2.10",
"@angular/router": "11.2.10",
"@angular/service-worker": "^11.2.10",
"@auth0/angular-jwt": "^5.0.2",
"@ng-bootstrap/ng-bootstrap": "^9.0.1",
"@ng-select/ng-select": "^5.0.11",
"@schematics/angular": "^11.0.3",
"@swimlane/ngx-charts": "16.0.0",
"@swimlane/ngx-datatable": "18.0.0",
"@types/ftp": "^0.3.33",
"agm-direction": "^0.8.10",
"angular-calendar": "0.28.22",
"angular-datatables": "^11.0.2",
"angular-in-memory-web-api": "0.11.0",
"basic-ftp": "^4.6.6",
"bootstrap": "^3.4.1",
"datatables.net": "^1.11.3",
"datatables.net-dt": "^1.11.3",
"date-fns": "2.16.1",
"electron-packager": "^15.2.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"jspdf": "^2.4.0",
"jspdf-autotable": "^3.5.23",
"jwt-decode": "^3.1.2",
"leaflet-map": "0.2.1",
"material-icons": "0.3.1",
"moment": "^2.29.1",
"ng2-dragula": "2.1.1",
"ngx-infinite-scroll": "^10.0.1",
"ngx-pagination": "5.0.0",
"ngx-perfect-scrollbar": "10.0.1",
"ngx-print": "^1.2.0-beta.5",
"ngx-quill": "12.0.1",
"ngx-toastr": "^13.2.1",
"observable-slim": "^0.1.5",
"quill": "1.3.7",
"roboto-fontface": "0.10.0",
"rxjs": "6.6.3",
"sweetalert2": "^11.4.8",
"tslib": "2.0.3",
"xlsx": "^0.17.4",
"zone.js": "0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.13",
"@angular/cli": "^11.2.9",
"@angular/compiler-cli": "11.2.10",
"@angular/language-service": "11.2.10",
"@types/datatables.net": "^1.10.19",
"@types/hammerjs": "2.0.36",
"@types/jasmine": "3.6.1",
"@types/jasminewd2": "2.0.8",
"@types/node": "^14.14.7",
"angular-cli-ghpages": "^1.0.0",
"codelyzer": "6.0.1",
"electron": "^12.2.2",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"protractor": "7.0.0",
"ts-node": "9.0.0",
"tslint": "6.1.2",
"typescript": "4.0.5"
},
"engines": {
"node": "16.13.0",
"npm": "8.1.0"
},
"description": "Go-Safe is a vehicle tracking software and hardware providing multinational agency",
"repository": {
"type": "git",
"url": "git+https://github.com/AliHamzaRao/Go-Safe.git"
},
"keywords": [
"go-safe",
"Go",
"Safe",
"go",
"safe"
],
"author": "Ali Hamza, Junaid Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/AliHamzaRao/Go-Safe/issues"
},
"homepage": "https://github.com/AliHamzaRao/Go-Safe#readme"
}