-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.54 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
{
"name": "skote-angular-vertical",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc",
"build-prod": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod"
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@angular-slider/ngx-slider": "^2.0.3",
"@angular/animations": "^12.0.5",
"@angular/cdk": "^13.0.0",
"@angular/common": "^12.0.5",
"@angular/compiler": "~12.0.5",
"@angular/core": "~12.0.5",
"@angular/fire": "^6.1.5",
"@angular/forms": "~12.0.5",
"@angular/localize": "^12.0.5",
"@angular/platform-browser": "~12.0.5",
"@angular/platform-browser-dynamic": "~12.0.5",
"@angular/router": "~12.0.5",
"@ckeditor/ckeditor5-angular": "^2.0.1",
"@ckeditor/ckeditor5-build-classic": "^26.0.0",
"@fullcalendar/angular": "^5.8.0",
"@fullcalendar/bootstrap": "^5.8.0",
"@fullcalendar/core": "^5.8.0",
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/interaction": "^5.8.0",
"@fullcalendar/list": "^5.8.0",
"@fullcalendar/timegrid": "^5.8.0",
"@ng-bootstrap/ng-bootstrap": "^9.1.3",
"@ng-select/ng-select": "^7.0.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@nicky-lenaers/ngx-scroll-to": "^9.0.0",
"@types/chartist": "^0.11.0",
"@types/googlemaps": "^3.43.3",
"angular-archwizard": "^7.0.0",
"apexcharts": "^3.27.1",
"bootstrap": "^5.1.1",
"bs-custom-file-input": "^1.3.4",
"chart.js": "^2.9.4",
"chartist": "^0.11.4",
"echarts": "^5.1.2",
"firebase": "^8.6.8",
"google-libphonenumber": "^3.2.25",
"i": "^0.3.7",
"intl-tel-input": "^17.0.13",
"jwt-decode": "^3.1.2",
"libphonenumber-js": "^1.9.42",
"metismenujs": "^1.2.1",
"ng-apexcharts": "^1.5.12",
"ng-chartist": "^4.1.0",
"ng-click-outside": "^8.0.0",
"ng-otp-input": "^1.7.1",
"ng2-charts": "^2.4.2",
"ng2-search-filter": "^0.5.1",
"ng2-tel-input": "^2.3.0",
"ng5-slider": "^1.2.6",
"ngx-bootstrap": "^7.1.0",
"ngx-chartist": "^1.0.3",
"ngx-color-picker": "^11.0.0",
"ngx-cookie-service": "^11.0.2",
"ngx-drag-drop": "^2.0.0",
"ngx-dropzone": "^3.0.0",
"ngx-dropzone-wrapper": "^10.0.1",
"ngx-echarts": "^6.0.1",
"ngx-image-cropper": "^3.3.5",
"ngx-intl-tel-input": "^3.1.1",
"ngx-lightbox": "^2.4.0",
"ngx-mask": "^12.0.0",
"ngx-owl-carousel-o": "^6.0.0",
"ngx-ui-switch": "^10.0.2",
"ngx-youtube-player": "^9.1.0",
"npm": "^8.1.3",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "~6.6.6",
"sass-loader": "^11.1.1",
"simplebar-angular": "^2.3.4",
"sweetalert2": "^11.0.18",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.5",
"@angular/cli": "^12.0.5",
"@angular/compiler-cli": "~12.0.5",
"@angular/language-service": "~12.0.5",
"@juggle/resize-observer": "^3.3.1",
"@types/echarts": "^4.9.8",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^15.12.4",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"typescript": "~4.2.4"
}
}