-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
65 lines (65 loc) · 1.94 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
{
"name": "angularmaterialadminfull",
"description": "Angular-Material-Admin-Full",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"lint": "ng lint",
"hmr": "ng serve --configuration hmr"
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@angular/animations": "^13.2.4",
"@angular/cdk": "^13.2.4",
"@angular/common": "~13.2.4",
"@angular/compiler": "~13.2.4",
"@angular/core": "~13.2.4",
"@angular/forms": "~13.2.4",
"@angular/material": "^13.2.4",
"@angular/platform-browser": "~13.2.4",
"@angular/platform-browser-dynamic": "~13.2.4",
"@angular/router": "~13.2.4",
"@auth0/angular-jwt": "^3.0.1",
"@danielmoncada/angular-datetime-picker": "^13.1.1",
"@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": "^8.1.1",
"angular-calendar": "^0.28.20",
"apexcharts": "3.35.3",
"date-fns": "^2.14.0",
"echarts": "^4.7.0",
"font-awesome": "^4.7.0",
"moment": "2.15.2",
"ng-apexcharts": "1.7.1",
"ngx-echarts": "^4.2.2",
"ngx-owl-carousel-o": "^7.0.2",
"ngx-smart-popover": "^1.4.0",
"ngx-toastr": "^12.0.1",
"ngx-trend": "^5.0.1",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@amcharts/amcharts4": "^4.9.37",
"@amcharts/amcharts4-geodata": "^4.1.17",
"@angular-devkit/build-angular": "~13.2.5",
"@angular/cli": "~13.2.5",
"@angular/compiler-cli": "~13.2.4",
"@angular/language-service": "~13.2.4",
"@angularclass/hmr": "^3.0.0",
"@types/echarts": "^4.6.7",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^12.12.64",
"codelyzer": "^6.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "4.5.5"
}
}