-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.79 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.79 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
{
"name": "nobleui-angular",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.9",
"@angular/common": "^11.0.9",
"@angular/compiler": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/forms": "^11.0.9",
"@angular/localize": "^11.2.14",
"@angular/platform-browser": "^11.0.9",
"@angular/platform-browser-dynamic": "^11.0.9",
"@angular/router": "^11.0.9",
"@fortawesome/angular-fontawesome": "^0.10.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fullcalendar/angular": "^5.10.1",
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@mdi/font": "^5.9.55",
"@ng-bootstrap/ng-bootstrap": "^8.0.4",
"@ng-select/ng-select": "^5.1.0",
"@sweetalert2/ngx-sweetalert2": "^9.0.0",
"@swimlane/ngx-datatable": "^19.0.0",
"angular-archwizard": "^6.1.0",
"angular-cropperjs": "^1.0.2",
"animate.css": "^4.1.1",
"apexcharts": "^3.32.0",
"bootstrap": "^4.6.1",
"chart.js": "^2.9.4",
"cropperjs": "^1.5.12",
"feather-icons": "^4.28.0",
"flag-icon-css": "^3.5.0",
"jquery": "^3.6.0",
"metismenujs": "^1.3.1",
"ng-apexcharts": "^1.6.0",
"ng2-charts": "^2.4.3",
"ng2-simplemde": "^2.1.0",
"ngx-chips": "^2.2.2",
"ngx-clipboard": "^14.0.2",
"ngx-color-picker": "^11.0.0",
"ngx-custom-validators": "^11.0.1",
"ngx-dropzone-wrapper": "^10.0.1",
"ngx-highlightjs": "^4.1.4",
"ngx-mask": "^11.1.5",
"ngx-owl-carousel-o": "5.0.0",
"ngx-perfect-scrollbar": "^10.1.1",
"ngx-quill": "^13.4.0",
"popper.js": "^1.16.1",
"progressbar.js": "^1.1.0",
"quill": "^1.3.7",
"rxjs": "^6.6.7",
"simple-datatables": "^2.1.13",
"sweetalert2": "^10.16.9",
"tslib": "^2.3.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.7",
"@angular/cli": "^11.2.15",
"@angular/compiler-cli": "^11.0.9",
"@angular/language-service": "^11.0.9",
"@types/jasmine": "^3.6.11",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^14.14.45",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"nuke": "^0.7.52",
"protractor": "^7.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "^4.0.8"
}
}