-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.49 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 3.49 KB
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
{
"name": "velzon",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.5",
"@angular/cdk": "^15.2.9",
"@angular/common": "^16.2.5",
"@angular/compiler": "^16.2.5",
"@angular/core": "^16.2.5",
"@angular/forms": "^16.2.5",
"@angular/google-maps": "^16.2.4",
"@angular/material": "^15.0.4",
"@angular/platform-browser": "^16.2.5",
"@angular/platform-browser-dynamic": "^16.2.5",
"@angular/router": "^16.2.5",
"@asymmetrik/ngx-leaflet": "^16.0.1",
"@ckeditor/ckeditor5-angular": "^7.0.0",
"@ckeditor/ckeditor5-build-classic": "^39.0.2",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@fullcalendar/angular": "^6.1.8",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@ng-bootstrap/ng-bootstrap": "15.1.1",
"@ng-select/ng-select": "^11.1.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@nicky-lenaers/ngx-scroll-to": "^14.0.0",
"@popperjs/core": "^2.11.8",
"@types/google.maps": "^3.54.1",
"@types/jasmine": "^4.3.6",
"angular-feather": "^6.5.0",
"angular-ng-autocomplete": "^2.0.12",
"angular-ng-stepper": "^2.0.0",
"angular-shepherd": "^15.0.0",
"angularx-flatpickr": "^7.3.0",
"apexcharts": "^3.42.0",
"axios": "^1.5.0",
"bootstrap": "5.3.0",
"browserslist": "^4.21.10",
"chart.js": "^4.4.0",
"echarts": "^5.4.3",
"firebase": "^10.4.0",
"flatpickr": "^4.6.13",
"fuzzy-search": "^3.2.1",
"intersection-observer": "^0.12.2",
"jasmine-core": "^5.1.1",
"jquery": "^3.7.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"leaflet": "^1.9.4",
"lord-icon-element": "^4.1.1",
"lottie-web": "^5.12.2",
"masonry-layout": "^4.2.2",
"metismenujs": "^1.4.0",
"moment": "^2.29.4",
"ng-apexcharts": "^1.8.0",
"ng-otp-input": "^1.9.3",
"ng2-charts": "^5.0.3",
"ngx-color-picker": "^14.0.0",
"ngx-cookie-service": "^16.0.1",
"ngx-countup": "^13.1.0",
"ngx-csv": "^0.3.2",
"ngx-drag-drop": "^16.1.0",
"ngx-dropzone-wrapper": "^14.0.0",
"ngx-echarts": "^16.0.0",
"ngx-lightbox": "^3.0.0",
"ngx-mask": "^16.3.6",
"ngx-masonry": "^14.0.1",
"ngx-nestable": "^0.9.4",
"ngx-pipes": "^3.2.2",
"ngx-slick-carousel": "^15.0.0",
"ngx-slider-v2": "^16.0.2",
"ngx-ui-switch": "^14.0.3",
"prismjs": "^1.29.0",
"rxjs": "^7.8.1",
"simplebar-angular": "^3.2.4",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.7.28",
"tslib": "^2.6.2",
"zone.js": "^0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.2",
"@angular/cli": "^16.2.2",
"@angular/compiler-cli": "^16.2.5",
"@angular/localize": "^16.2.5",
"@types/echarts": "^4.9.18",
"@types/file-saver": "^2.0.5",
"@types/jquery": "^3.5.19",
"@types/leaflet": "^1.9.4",
"@types/lodash": "^4.14.198",
"@types/node": "^18.11.18",
"@types/quill": "^2.0.11",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "~5.1.6"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 11"
],
"overrides": {
"autoprefixer": "10.4.5"
}
}