-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.5 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
{
"name": "ERP",
"version": "4.7.1",
"private": true,
"license": "MIT",
"scripts": {
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"hmr": "ng serve --host 0.0.0.0 --port 4200 --hmr",
"lint": "tslint --force --project src/tsconfig.json src/**/*.ts -t verbose",
"ng": "ng",
"build": "ng build",
"start": "ng serve --host 0.0.0.0 --port 4200",
"serve": "ng serve --host 0.0.0.0 --port 4200",
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^17.3.10",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.3.10",
"@angular/forms": "^17.3.10",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/router": "^17.3.10",
"@aspnet/signalr": "^1.1.4",
"@fortawesome/fontawesome-free": "^6.4.2",
"abp-ng2-module": "10.0.0",
"abp-web-resources": "^5.9.1",
"admin-lte-css-only": "^3.2.0",
"ag-grid-angular": "^31.3.2",
"core-js": "^3.33.3",
"famfamfam-flags": "^1.0.0",
"humanize-string": "^3.0.0",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"lodash-es": "^4.17.15",
"moment": "^2.30.1",
"moment-timezone": "0.5.43",
"ngx-bootstrap": "^12.0.0",
"ngx-pagination": "^6.0.3",
"papaparse": "^5.4.1",
"pdfmake": "^0.2.14",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.17.0",
"push.js": "1.0.12",
"rxjs": "^7.8.1",
"sweetalert2": "^11.12.4",
"ts-helpers": "^1.1.2",
"tslib": "^2.6.2",
"xlsx": "^0.18.5",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.0.4",
"@angularclass/hmr": "^3.0.0",
"@types/jasmine": "~5.1.3",
"@types/lodash-es": "^4.17.11",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^20.9.3",
"codelyzer": "^6.0.0",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"nswag": "^13.20.0",
"protractor": "~7.0.0",
"ts-node": "^10.9.1",
"tslint": "~6.1.0",
"typescript": "5.2.2",
"webpack-bundle-analyzer": "^4.10.1"
},
"angular-cli": {}
}