-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.55 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
{
"name": "material",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "8.1.0",
"@angular/animations": "^11.0.4",
"@angular/cdk": "^11.0.3",
"@angular/common": "^11.0.4",
"@angular/compiler": "^11.0.4",
"@angular/core": "^11.0.4",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.0.4",
"@angular/http": "^7.2.16",
"@angular/material": "^11.0.3",
"@angular/material-moment-adapter": "^11.0.3",
"@angular/platform-browser": "^11.0.4",
"@angular/platform-browser-dynamic": "^11.0.4",
"@angular/router": "^11.0.4",
"@swimlane/ngx-charts": "^16.0.0",
"@swimlane/ngx-datatable": "^15.0.2",
"ajv": "^6.10.1",
"angular-calendar": "^0.27.12",
"angular-oauth2-oidc": "^10.0.3",
"c3": "^0.4.23",
"chart.js": "^2.8.0",
"chartist": "^0.11.3",
"core-js": "^3.1.4",
"d3": "^5.9.7",
"date-fns": "^1.30.1",
"extend": "^3.0.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"ng-chartist": "4.1.0",
"ng-multiselect-dropdown": "^0.2.3",
"ng2-charts": "2.3.0",
"ng2-completer": "^3.0.2",
"ng2-dragula": "2.1.1",
"ng2-file-upload": "^1.3.0",
"ng2-search-filter": "^0.5.1",
"ng2-smart-table": "^1.5.0",
"ng2-validation": "^4.2.0",
"ngx-mat-select-search": "^3.2.0",
"ngx-perfect-scrollbar": "8.0.0",
"ngx-plyr": "^4.0.0",
"ngx-quill": "^7.3.12",
"ngx-toastr": "^13.2.0",
"plyr": "^3.6.3",
"quill": "^1.3.7",
"rxjs": "^6.6.3",
"rxjs-compat": "^6.5.2",
"rxjs-tslint": "^0.1.8",
"ts-md5": "^1.2.7",
"xlsx": "^0.16.9",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.4",
"@angular/cli": "^11.0.4",
"@angular/compiler-cli": "^11.0.4",
"@angular/language-service": "^11.0.4",
"@types/chartist": "0.9.46",
"@types/jasmine": "~3.3.13",
"@types/jasminewd2": "~2.0.6",
"@types/jquery": "^3.3.30",
"@types/node": "~12.0.12",
"codelyzer": "~6.0.1",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "~2.0.5",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "^7.0.0",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~4.0.5"
}
}