-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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",
"build-prod": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@amcharts/amcharts5": "^5.10.5",
"@amcharts/amcharts5-geodata": "^5.1.4",
"@angular/animations": "^18.2.11",
"@angular/cdk": "^18.2.6",
"@angular/common": "18.2.11",
"@angular/compiler": "18.2.11",
"@angular/core": "^18.2.11",
"@angular/fire": "^18.0.1",
"@angular/forms": "18.2.11",
"@angular/google-maps": "^18.2.6",
"@angular/localize": "18.2.11",
"@angular/platform-browser": "18.2.11",
"@angular/platform-browser-dynamic": "18.2.11",
"@angular/router": "18.2.11",
"@asymmetrik/ngx-leaflet": "^18.0.1",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@fullcalendar/angular": "^6.1.15",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@ng-select/ng-select": "^13.9.0",
"@ngrx/effects": "^18.0.2",
"@ngrx/store": "^18.0.2",
"@ngrx/store-devtools": "^18.0.2",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"angular-calendar": "^0.31.1",
"angular-ng-stepper": "^2.0.0",
"angularx-flatpickr": "^7.3.0",
"apexcharts": "^3.54.0",
"bootstrap": "5.3.3",
"chart.js": "^4.4.4",
"chartist": "^1.3.0",
"echarts": "^5.5.1",
"firebase": "^10.14.0",
"flatpickr": "^4.6.13",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"masonry-layout": "^4.2.2",
"metismenujs": "^1.4.0",
"ng-apexcharts": "^1.11.0",
"ng-chartist": "^8.3.2",
"ng-otp-input": "^1.9.3",
"ng-stepper": "^0.0.1",
"ng2-charts": "^6.0.1",
"ngx-bootstrap": "^12.0.0",
"ngx-color-picker": "^16.0.0",
"ngx-cookie-service": "^18.0.0",
"ngx-drag-drop": "^17.0.0",
"ngx-dropzone-wrapper": "^16.0.0",
"ngx-echarts": "^18.0.0",
"ngx-editor": "^18.0.0",
"ngx-image-cropper": "^8.0.0",
"ngx-lightbox": "^3.0.0",
"ngx-mask": "^17.1.8",
"ngx-masonry": "^14.0.1",
"ngx-slick-carousel": "^17.0.0",
"ngx-slider-v2": "^17.0.0",
"ngx-toastr": "^19.0.0",
"ngx-ui-switch": "^15.0.0",
"ngx-youtube-player": "^18.0.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.8.1",
"sass-loader": "^14.2.1",
"simplebar-angular": "^3.2.6",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.6.13",
"tslib": "^2.7.0",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.11",
"@angular/language-service": "^18.2.11",
"@cypress/schematic": "^2.5.2",
"@juggle/resize-observer": "^3.4.0",
"@types/chartist": "^1.0.0",
"@types/jasmine": "^5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/leaflet": "^1.9.12",
"@types/node": "^22.7.4",
"@types/youtube": "^0.0.50",
"jasmine-core": "^5.3.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
}
}