-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.85 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
91
92
{
"name": "spurt-seller",
"version": "5.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"large-build": "export NODE_OPTIONS=--max_old_space_size=8192 && ng build --configuration production",
"large-serve": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/localize": "^17.3.12",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@ckeditor/ckeditor5-angular": "^6.0.1",
"@ckeditor/ckeditor5-build-classic": "^37.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "^12.0.7",
"@ngrx/effects": "^17.2.0",
"@ngrx/store": "^17.2.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@popperjs/core": "^2.11.6",
"angular-datatables": "^13.0.1",
"apexcharts": "^3.51.0",
"bootstrap": "^5.3.3",
"chart.js": "^3.7.1",
"chartjs-plugin-datalabels": "^2.0.0",
"core-js": "^3.24.1",
"datatables.net": "^1.11.5",
"datatables.net-dt": "^1.11.5",
"file-saver": "^2.0.5",
"immutable": "^4.0.0",
"jquery": "^3.6.0",
"jszip": "^3.10.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"ng-multiselect-dropdown": "^0.3.9",
"ng-otp-input": "^1.8.1",
"ng2-charts": "^6.0.1",
"ngb": "^1.1.0",
"ngx-image-cropper": "^6.3.4",
"ngx-infinite-scroll": "^17.0.0",
"ngx-toastr": "^14.2.2",
"qrcode": "^1.5.3",
"reselect": "^4.1.5",
"rxjs": "^7.5.5",
"rxjs-compat": "^6.6.7",
"rxjs-observable": "0.0.7",
"socket.io-client": "^4.6.1",
"swiper": "^6.8.4",
"tslib": "^2.3.1",
"underscore": "^1.13.2",
"util": "^0.12.4",
"uuidv4": "^6.2.13",
"xlsx": "^0.18.5",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.3.12",
"@types/jasmine": "~4.0.0",
"@types/jasminewd2": "~2.0.10",
"@types/jquery": "^3.5.14",
"@types/node": "~17.0.21",
"codelyzer": "~6.0.2",
"jasmine-core": "~4.0.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ts-node": "~10.7.0",
"tslint": "~5.20.1",
"typescript": "5.4.5"
}
}