forked from huylele/HDNXUdemy_Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 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
114
115
{
"name": "steex",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 65362",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"buildPro": "ng build --configuration=production"
},
"private": true,
"dependencies": {
"@amcharts/amcharts5": "^5.5.7",
"@amcharts/amcharts5-geodata": "^5.1.1",
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "^17.0.4",
"@angular/cdk": "^17.0.1",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/fire": "^16.0.0",
"@angular/forms": "^17.0.4",
"@angular/google-maps": "^17.0.1",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@asymmetrik/ngx-leaflet": "^17.0.0",
"@ckeditor/ckeditor5-angular": "^7.0.1",
"@ckeditor/ckeditor5-build-classic": "^40.1.0",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@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/timegrid": "^6.1.9",
"@lordicon/element": "^1.3.0",
"@ng-select/ng-select": "^12.0.4",
"@ngrx/effects": "^17.0.0",
"@ngrx/store": "^17.0.0",
"@ngrx/store-devtools": "^17.0.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@nicky-lenaers/ngx-scroll-to": "^14.0.0",
"@stripe/stripe-js": "^3.0.10",
"angular-ng-autocomplete": "^2.0.12",
"angular-ng-stepper": "^2.0.0",
"angularx-flatpickr": "^7.3.0",
"apexcharts": "^3.44.0",
"artplayer": "^5.1.1",
"artplayer-plugin-hls-quality": "^2.0.0",
"bootstrap": "5.3.0",
"echarts": "^5.4.3",
"firebase": "^10.6.0",
"flatpickr": "^4.6.13",
"hls.js": "^1.5.1",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"leaflet-routing-machine": "^3.2.12",
"lottie-web": "^5.12.2",
"masonry-layout": "^4.2.2",
"moment": "^2.29.4",
"ng-apexcharts": "^1.8.0",
"ng-otp-input": "^1.9.3",
"ng2-search-filter": "^0.5.1",
"ngx-bootstrap": "11.0.2",
"ngx-color-picker": "^15.0.0",
"ngx-cookie-service": "^17.0.0",
"ngx-countup": "^13.1.0",
"ngx-dropzone-wrapper": "^15.0.0",
"ngx-echarts": "^17.1.0",
"ngx-editor": "^16.0.1",
"ngx-mask": "^17.0.0",
"ngx-masonry": "^14.0.1",
"ngx-pipes": "^3.2.2",
"ngx-slick-carousel": "^17.0.0",
"ngx-slider-v2": "^17.0.0",
"ngx-spinner": "^16.0.2",
"ngx-toastr": "^18.0.0",
"ngx-ui-switch": "^15.0.0",
"prismjs": "^1.29.0",
"rxjs": "~7.8.1",
"simplebar-angular": "3.2.4",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.10.1",
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.3",
"@angular/cli": "~17.0.3",
"@angular/compiler-cli": "^17.0.4",
"@types/jasmine": "~5.1.4",
"@types/leaflet": "^1.9.8",
"@types/leaflet-routing-machine": "^3.2.8",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.8",
"@types/prismjs": "^1.26.3",
"@types/uuid": "^9.0.7",
"jasmine-core": "~5.1.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"node-sass": "^9.0.0",
"typescript": "5.2.2",
"webpack": "5.89.0"
},
"overrides": {
"autoprefixer": "10.4.16"
}
}