-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.02 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.02 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
{
"name": "fw-web",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:proxy": "ng serve --proxy-config src/proxy.conf.js",
"build": "ng build",
"start:dev": "ng serve --configuration=\"development\"",
"start:prod": "ng serve --configuration=\"production\"",
"build:prod": "ng build --configuration=\"production\"",
"build:dev": "ng build --configuration=\"development\"",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.0.8",
"@angular/common": "~11.0.8",
"@angular/compiler": "~11.0.8",
"@angular/core": "~11.0.8",
"@angular/forms": "~11.0.8",
"@angular/localize": "^11.0.8",
"@angular/platform-browser": "~11.0.8",
"@angular/platform-browser-dynamic": "~11.0.8",
"@angular/router": "~11.0.8",
"@fullcalendar/angular": "^5.5.0",
"@fullcalendar/core": "^5.5.0",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/list": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.0",
"@mdi/font": "^5.8.55",
"@ng-bootstrap/ng-bootstrap": "^8.0.1",
"@ng-select/ng-select": "^5.0.15",
"@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.23.1",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"cropperjs": "^1.5.9",
"dayjs": "^1.10.3",
"feather-icons": "^4.28.0",
"flag-icon-css": "^3.5.0",
"install": "^0.13.0",
"jw-bootstrap-switch-ng2": "^2.0.5",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.20",
"metismenujs": "^1.2.1",
"ng-apexcharts": "^1.5.6",
"ng2-charts": "^2.4.2",
"ng2-simplemde": "^2.1.0",
"ngx-chips": "^2.2.2",
"ngx-clipboard": "^14.0.1",
"ngx-color-picker": "^11.0.0",
"ngx-custom-validators": "^11.0.1",
"ngx-dropzone-wrapper": "^10.0.1",
"ngx-highlightjs": "^4.1.3",
"ngx-mask": "^11.1.4",
"ngx-owl-carousel-o": "5.0.0",
"ngx-perfect-scrollbar": "^10.1.0",
"ngx-quill": "^13.0.1",
"progressbar.js": "^1.1.0",
"quill": "^1.3.7",
"rxjs": "~6.6.3",
"simple-datatables": "^2.1.13",
"sweetalert2": "^10.13.0",
"treeviz": "^2.3.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.6",
"@angular/cli": "^11.0.6",
"@angular/compiler-cli": "~11.0.8",
"@angular/language-service": "~11.0.8",
"@types/jasmine": "~3.6.2",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~14.14.20",
"codelyzer": "^6.0.1",
"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.5.4",
"protractor": "^7.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "~4.0.5"
}
}