-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.71 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
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
{
"name": "prjasianasa-ng",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4200",
"start:local": "ng serve --configuration=local --port 4200",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"prettier": "prettier --write \"**/*.{ts,js,json,html,css,scss,md}\"",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~14.2.2",
"@angular/cdk": "~14.2.2",
"@angular/common": "~14.2.2",
"@angular/compiler": "~14.2.2",
"@angular/core": "~14.2.2",
"@angular/forms": "~14.2.2",
"@angular/platform-browser": "~14.2.2",
"@angular/platform-browser-dynamic": "~14.2.2",
"@angular/router": "~14.2.2",
"@fullcalendar/angular": "^5.11.2",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"@microsoft/signalr": "^6.0.9",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@types/gapi.auth2": "^0.0.55",
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.1",
"@zxing/ngx-scanner": "^3.6.2",
"angularx-qrcode": "^14.0.0",
"chart.js": "^3.3.2",
"countries-list": "^2.6.1",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.1",
"face-api.js": "^0.22.2",
"file-saver": "^2.0.5",
"fingerprintjs2": "^2.1.4",
"fullcalendar": "^5.11.2",
"html2canvas": "^1.4.1",
"jsbarcode": "^3.11.5",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"minisearch": "^5.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"ngx-barcode": "^0.3.0",
"primeflex": "^3.1.0",
"primeicons": "5.0.0",
"primeng": "14.0.0",
"prismjs": "1.9.0",
"qrcode": "^1.5.3",
"qrcode-generator": "^1.4.4",
"quill": "^1.3.7",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"web-animations-js": "^2.3.2",
"xlsx": "^0.18.5",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.0.3",
"@angular/cli": "~14.0.3",
"@angular/compiler-cli": "~14.2.2",
"@types/crypto-js": "^4.0.2",
"@types/jasmine": "~3.10.0",
"@types/jasminewd2": "~2.0.8",
"@types/lodash": "^4.14.172",
"@types/node": "^12.11.1",
"@types/qrcode": "^1.5.5",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.10.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"prettier": "^3.0.3",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.7.2"
}
}