-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.54 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
{
"name": "dashboard",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.16",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.16",
"@angular/compiler": "^7.2.16",
"@angular/core": "^7.2.16",
"@angular/forms": "^7.2.16",
"@angular/http": "^7.2.16",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^7.2.16",
"@angular/platform-browser-dynamic": "^7.2.16",
"@angular/router": "^7.2.16",
"@material-extended/mde": "^2.3.1",
"@ng-bootstrap/ng-bootstrap": "^4.2.2",
"@syncfusion/ej2-angular-lists": "^18.3.47",
"@syncfusion/ej2-grids": "^18.3.50",
"@techiediaries/ngx-qrcode": "^9.1.0",
"angular2-datetimepicker": "^1.1.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"core-js": "^2.6.11",
"cors": "^2.8.5",
"echarts": "^4.9.0",
"ej-angular2": "^18.3.35",
"express": "^4.17.1",
"hammerjs": "^2.0.8",
"howler": "^2.2.1",
"html2canvas": "^1.0.0-rc.7",
"jquery": "^3.5.0",
"jspdf": "^2.3.1",
"jspdf-autotable": "^3.5.13",
"material-design-icons": "^3.0.1",
"moment": "^2.29.1",
"ng-material-datetimepicker": "^1.19.6",
"ng2-dnd": "^4.0.0",
"ngx-echarts": "^4.2.2",
"ngx-sortable": "^1.0.3",
"node-sass": "^4.14.1",
"nodemailer": "^6.4.16",
"popper.js": "^1.16.1",
"rxjs": "~6.3.3",
"save": "^2.4.0",
"socket.io-client": "^2.3.1",
"sweetalert": "^2.1.2",
"sweetalert2": "^9.11.0",
"syncfusion-javascript": "^18.3.35",
"tns-core-modules": "^6.5.21",
"tslib": "^1.14.1",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.10",
"@angular/cli": "^7.3.10",
"@angular/compiler-cli": "^7.2.16",
"@angular/language-service": "^7.2.16",
"@types/echarts": "^4.9.1",
"@types/ej.web.all": "^18.2.0",
"@types/jasmine": "^2.8.17",
"@types/jasminewd2": "^2.0.8",
"@types/jquery": "^3.5.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.6",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "^5.4.4",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.2.2"
}
}