-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.91 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
{
"name": "project",
"version": "0.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "10.0.4",
"@angular/cdk": "^10.0.2",
"@angular/common": "10.0.4",
"@angular/compiler": "10.0.4",
"@angular/core": "10.0.4",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "10.0.4",
"@angular/material": "^10.0.2",
"@angular/material-moment-adapter": "^10.0.2",
"@angular/platform-browser": "10.0.4",
"@angular/platform-browser-dynamic": "10.0.4",
"@angular/router": "10.0.4",
"@auth0/angular-jwt": "^5.0.1",
"@swimlane/ngx-charts": "^14.0.0",
"@swimlane/ngx-datatable": "^16.0.3",
"@types/d3-shape": "^1.3.2",
"ajv": "^6.12.0",
"angular-calendar": "^0.27.21",
"angular2-text-mask": "^9.0.0",
"apexcharts": "^3.16.0",
"c3": "^0.4.24",
"chart.js": "^2.9.3",
"chartist": "^0.11.4",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-datalabels": "^0.7.0",
"core-js": "^3.6.4",
"d3": "^5.15.0",
"date-fns": "^1.30.1",
"extend": "^3.0.2",
"handlebars": "^4.7.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"ng-apexcharts": "^1.2.1",
"ng-chartist": "4.1.0",
"ng-multiselect-dropdown": "^0.2.10",
"ng2-charts": "^2.3.0",
"ng2-completer": "^3.0.3",
"ng2-dragula": "^2.1.1",
"ng2-file-upload": "^1.4.0",
"ng2-search-filter": "^0.5.1",
"ngx-custom-validators": "8.0.0",
"ngx-device-detector": "^2.0.0",
"ngx-pagination": "^5.0.0",
"ngx-perfect-scrollbar": "^8.0.0",
"ngx-quill": "^7.3.12",
"ngx-toastr": "^13.1.0",
"node-sass": "^4.13.1",
"quill": "^1.3.7",
"rxjs": "~6.6.0",
"rxjs-compat": "^6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1000.3",
"@angular/cli": "10.0.3",
"@angular/compiler-cli": "10.0.4",
"@types/chart.js": "^2.9.27",
"@types/chartist": "0.9.46",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/jquery": "^3.3.33",
"@types/lodash": "^4.14.165",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0-next.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.9.5"
}
}