-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.77 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
{
"name": "plaza",
"author" : "Saad Raza",
"version": "2.4.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && ng serve -o"
},
"engines": {
"node": "6.11.1",
"npm": "3.10.9"
},
"private": true,
"dependencies": {
"@angular/animations": "12.2.5",
"@angular/cdk": "12.2.5",
"@angular/common": "12.2.5",
"@angular/compiler": "12.2.5",
"@angular/core": "12.2.5",
"@angular/forms": "12.2.5",
"@angular/localize": "^12.2.5",
"@angular/material": "12.2.5",
"@angular/platform-browser": "12.2.5",
"@angular/platform-browser-dynamic": "12.2.5",
"@angular/platform-server": "12.2.5",
"@angular/router": "12.2.5",
"@kolkov/angular-editor": "^1.2.0",
"@ngrx/data": "^12.4.0",
"@ngrx/effects": "^12.4.0",
"@ngrx/entity": "^12.4.0",
"@ngrx/router-store": "^12.4.0",
"@ngrx/store": "^12.4.0",
"@ngrx/store-devtools": "^12.4.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@swimlane/ngx-charts": "^17.0.1",
"ajv": "6.12.2",
"angular2-multiselect-dropdown": "^4.6.10",
"arrive": "2.4.1",
"bootstrap": "4.4.1",
"bootstrap-material-design": "4.1.2",
"bootstrap-notify": "3.1.3",
"chart.js": "^2.9.4",
"chartist": "^0.11.4",
"classlist.js": "1.1.20150312",
"core-js": "3.6.5",
"express": "4.17.1",
"googleapis": "49.0.0",
"jquery": "3.5.0",
"jwt-decode": "^2.2.0",
"moment": "^2.25.3",
"ng-chartist": "^4.1.0",
"ng2-charts": "^2.4.3",
"ngx-image-cropper": "^4.0.1",
"ngx-mat-select-search": "^3.3.0",
"perfect-scrollbar": "1.5.0",
"popper.js": "1.16.1",
"rxjs": "6.6.3",
"rxjs-compat": "6.5.5",
"tslib": "^2.3.1",
"web-animations-js": "2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.5",
"@angular/cli": "12.2.5",
"@angular/compiler-cli": "12.2.5",
"@angular/language-service": "12.2.5",
"@types/bootstrap": "4.3.2",
"@types/chartist": "0.9.48",
"@types/googlemaps": "3.39.4",
"@types/jasmine": "^3.9.0",
"@types/jquery": "3.3.36",
"@types/node": "13.13.4",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"ts-node": "8.9.1",
"tslint": "^6.1.3",
"typescript": "4.3.5",
"typescript-tslint-plugin": "^0.5.5"
}
}