-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.31 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
{
"name": "light-blue",
"version": "7.2.4",
"description": "Light Blue - Angular 11 Dashboard",
"scripts": {
"analyze": "npm run build:stats && webpack-bundle-analyzer dist/stats.json --port 4201",
"ng": "ng",
"start": "ng serve",
"start:backend": "ng serve --configuration backend",
"hmr": "ng serve --configuration hmr",
"build": "ng build --prod",
"build:stats": "ng build --prod --named-chunks=true --stats-json",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@agm/core": "3.0.0-beta.0",
"@amcharts/amcharts4": "4.10.39",
"@amcharts/amcharts4-geodata": "4.1.30",
"@angular-slider/ngx-slider": "^2.0.3",
"@angular/animations": "11.2.13",
"@angular/cdk": "^11.2.12",
"@angular/common": "11.2.13",
"@angular/compiler": "11.2.13",
"@angular/core": "11.2.13",
"@angular/forms": "11.2.13",
"@angular/platform-browser": "11.2.13",
"@angular/platform-browser-dynamic": "11.2.13",
"@angular/router": "11.2.13",
"@auth0/angular-jwt": "5.0.2",
"@fullcalendar/angular": "4.4.5-beta",
"@fullcalendar/core": "4.4.2",
"@fullcalendar/daygrid": "4.4.2",
"@fullcalendar/interaction": "4.4.2",
"@fullcalendar/timegrid": "4.4.2",
"@ng-select/ng-select": "6.1.0",
"@ngx-loading-bar/core": "5.1.2",
"@ngx-loading-bar/router": "5.1.2",
"@swimlane/ngx-charts": "17.0.1",
"@swimlane/ngx-datatable": "19.0.0",
"@tinymce/tinymce-angular": "4.2.3",
"angular-calendar": "0.28.24",
"animate.css": "4.1.1",
"apexcharts": "3.26.2",
"awesome-bootstrap-checkbox": "1.0.1",
"bootstrap": "4.0.0-beta",
"brace": "0.11.1",
"date-fns": "2.21.3",
"echarts": "5.5.1",
"font-awesome": "4.7.0",
"glyphicons-halflings": "1.9.1",
"highcharts": "9.1.0",
"highcharts-angular": "2.10.0",
"line-awesome": "1.3.0",
"lodash.isequal": "^4.5.0",
"ng-apexcharts": "1.5.9",
"ng-autosize": "1.1.0",
"ng-wizard": "1.0.0",
"ng2-carouselamos": "4.1.0",
"ngx-bootstrap": "6.2.0",
"ngx-color-picker": "11.0.0",
"ngx-countup": "7.3.3",
"ngx-dropzone-wrapper": "10.0.1",
"ngx-easy-table": "14.0.0",
"ngx-echarts": "6.0.1",
"ngx-markdown-editor": "3.3.3",
"ngx-mask": "^11.1.5",
"ngx-sortablejs": "11.1.0",
"ngx-swiper-wrapper": "^10.0.0",
"ngx-toastr": "13.2.1",
"ngx-trend": "6.1.1",
"photoswipe": "4.1.3",
"rxjs": "~6.5.5",
"shufflejs": "5.3.0",
"skycons": "1.0.0",
"sortablejs": "1.15.4",
"tslib": "^2.0.0",
"validator": "13.12.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "11.1.1",
"@angular-devkit/build-angular": "0.1102.12",
"@angular/cli": "11.2.12",
"@angular/compiler-cli": "11.2.13",
"@angular/language-service": "11.2.13",
"@angularclass/hmr": "3.0.0",
"@types/amcharts": "3.21.6",
"@types/echarts": "4.9.7",
"@types/googlemaps": "3.39.12",
"@types/node": "15.0.3",
"@types/photoswipe": "4.1.1",
"@types/sortablejs": "1.10.6",
"@types/validator": "13.1.3",
"codelyzer": "^6.0.0",
"resize-observer-polyfill": "^1.5.1",
"swiper": "^6.6.1",
"ts-node": "9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.0.7",
"webpack-bundle-analyzer": "4.10.2"
},
"overrides": {},
"resolutions": {}
}