-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.87 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.87 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
{
"name": "bloom",
"version": "11.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/cdk": "~13.3.9",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/google-maps": "~13.3.0",
"@angular/localize": "^13.3.0",
"@angular/material": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@ckeditor/ckeditor5-angular": "^7.0.0",
"@ckeditor/ckeditor5-build-classic": "^38.1.1",
"@danielmoncada/angular-datetime-picker": "^16.0.1",
"@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",
"@ngx-loading-bar/core": "^6.0.2",
"@ngx-loading-bar/router": "^6.0.2",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"@swimlane/ngx-charts": "^20.4.1",
"@swimlane/ngx-datatable": "^20.1.0",
"@types/d3-shape": "^3.1.1",
"angular-feather": "6.1.0",
"apexcharts": "^3.41.0",
"bootstrap": "^5.3.1",
"browser-sync": "^2.29.3",
"chart.js": "^4.3.2",
"core-js": "^3.32.0",
"echarts": "^5.4.3",
"jwt-decode": "^4.0.0",
"moment": "^2.29.4",
"ng-apexcharts": "1.7.0",
"ng2-charts": "^3.1.2",
"ngx-dropzone-wrapper": "^14.0.0",
"ngx-echarts": "^8.0.1",
"ngx-gauge": "^5.0.0",
"ngx-mask": "^13.2.1",
"ngx-owl-carousel-o": "^7.0.4",
"ngx-scrollbar": "^9.0.2",
"rxjs": "~7.5.0",
"subsink": "^1.0.2",
"sweetalert2": "^11.7.20",
"tslib": "^2.3.0",
"xlsx": "^0.18.5",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.0",
"@angular-eslint/builder": "13.3.0",
"@angular-eslint/eslint-plugin": "13.3.0",
"@angular-eslint/eslint-plugin-template": "13.3.0",
"@angular-eslint/schematics": "13.3.0",
"@angular-eslint/template-parser": "13.3.0",
"@angular/cli": "~13.3.0",
"@angular/compiler-cli": "~13.3.0",
"@types/ckeditor__ckeditor5-build-classic": "^29.0.1",
"@types/ckeditor__ckeditor5-watchdog": "^29.0.1",
"@types/d3": "^7.4.0",
"@types/echarts": "^4.9.18",
"@types/jasmine": "~3.10.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.2"
}
}