-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.69 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "vex",
"version": "11.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build --prod",
"stage": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration=staging",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig './tsconfig.app.json'"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.9",
"@angular/cdk": "^11.2.13",
"@angular/common": "^11.0.9",
"@angular/compiler": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/flex-layout": "10.0.0-beta.32",
"@angular/forms": "^11.0.9",
"@angular/material": "^11.2.13",
"@angular/material-moment-adapter": "^11.2.13",
"@angular/platform-browser": "^11.0.9",
"@angular/platform-browser-dynamic": "^11.0.9",
"@angular/router": "^11.0.9",
"@angular/service-worker": "~11.0.0",
"@auth0/angular-jwt": "^5.0.2",
"@capacitor/cli": "^2.4.8",
"@capacitor/core": "^2.4.8",
"@fullcalendar/angular": "^6.1.9",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/multimonth": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@iconify/icons-emojione": "~1.0.8",
"@iconify/icons-fa-brands": "~1.0.16",
"@iconify/icons-fa-solid": "~1.0.13",
"@iconify/icons-ic": "^1.2.10",
"@iconify/icons-logos": "~1.0.12",
"@iplab/ngx-file-upload": "^12.0.0",
"@microsoft/signalr": "^5.0.8",
"@ng-bootstrap/ng-bootstrap": "^9.1.3",
"@ngneat/input-mask": "^3.0.0",
"@ngneat/until-destroy": "^8.0.4",
"@ngx-loading-bar/core": "^5.1.2",
"@ngx-loading-bar/router": "^5.1.2",
"@types/inputmask": "^5.0.3",
"@visurel/iconify-angular": "~10.1.2",
"angular-bootstrap-md": "^10.1.1",
"angular-calendar": "^0.29.0-beta.10",
"angular-file-uploader": "^7.0.3",
"angular-mentions": "^1.4.0",
"angular-ng-autocomplete": "^2.0.5",
"angular2-signaturepad": "^3.0.4",
"animate.css": "^4.1.1",
"apexcharts": "^3.33.0",
"bootstrap": "^5.0.2",
"capacitor-video-player": "^2.4.7",
"chart.js": "^2.9.4",
"crypto-js": "^4.1.1",
"date-fns": "~2.16.1",
"highlight.js": "~10.3.2",
"inputmask": "^5.0.7",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"luxon": "~1.25.0",
"mat-table-exporter": "^10.2.3",
"mdb-ui-kit": "^3.9.0",
"moment": "^2.29.1",
"ng-apexcharts": "^1.5.12",
"ng-select2": "^1.3.1",
"ngx-export-as": "^1.12.0",
"ngx-image-zoom": "^0.6.0",
"ngx-img-zoom": "^4.1.2",
"ngx-logger": "^4.3.3",
"ngx-mask": "^14.2.4",
"ngx-mat-select-search": "^3.3.3",
"ngx-quill": "^14.3.0",
"ngx-select-dropdown": "^1.5.0",
"ngx-select-ex": "^6.1.0",
"ngx-showdown": "~6.0.0",
"ngx-spinner": "^10.0.1",
"ngx-treeview": "^10.0.2",
"ngx-webcam": "^0.3.2",
"ngxs-dropdown-tree": "^6.0.4",
"primeicons": "^5.0.0",
"primeng": "^11.4.5",
"quill": "~1.3.7",
"recordrtc": "^5.6.2",
"rxjs": "^6.6.7",
"secure-web-storage": "^1.0.2",
"showdown": "~1.9.1",
"simplebar": "^5.3.5",
"sweetalert2": "^10.16.9",
"tailwindcss": "~1.9.6",
"tippy.js": "^6.3.7",
"tslib": "^2.3.0",
"uninstall": "^0.0.0",
"videogular2": "^7.0.2",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^10.0.1",
"@angular-devkit/build-angular": "^0.1100.7",
"@angular/cli": "^11.2.14",
"@angular/compiler-cli": "^11.0.9",
"@angular/language-service": "^11.0.9",
"@fullhuman/purgecss-loader": "~1.0.0",
"@iconify/icons-fluent-mdl2": "^1.2.1",
"@iconify/react": "^4.1.1",
"@types/core-js": "^2.5.4",
"@types/dom-mediacapture-record": "^1.0.10",
"@types/faker": "^5.1.7",
"@types/jasmine": "^3.6.11",
"@types/jasminewd2": "^2.0.10",
"@types/luxon": "^1.25.3",
"@types/node": "^14.14.45",
"@types/showdown": "^1.9.4",
"@types/simplebar": "^5.1.2",
"codelyzer": "^6.0.2",
"faker": "~5.1.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "~1.5.4",
"postcss": "^8.3.5",
"postcss-loader": "~4.0.4",
"postcss-scss": "^3.0.5",
"protractor": "~7.0.0",
"tailwindcss-dir": "~4.0.0",
"ts-node": "~8.9.0",
"tslint": "~6.1.3",
"typescript": "^4.0.8",
"video.js": "^7.13.3"
}
}