-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.75 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
{
"name": "aam",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start dis-host-check": "ng serve --open --host 0.0.0.0 --port 4200 --disable-host-check",
"start": "ng serve --open --host 0.0.0.0 --port 4200",
"ngrok": "c:\\JS\\ngrok http --domain=parrot-organic-overly.ngrok-free.app 4200",
"server": "node server",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "14.2.7",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/material": "14.2.7",
"@angular/material-moment-adapter": "^15.2.7",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.4",
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
"@ngrok/ngrok": "^1.2.0",
"@popperjs/core": "^2.11.6",
"@swimlane/ngx-charts": "^20.1.2",
"@types/jquery": "^3.5.16",
"angular-datatables": "^15.0.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.3",
"cookie-parser": "^1.4.6",
"datatables.net": "^1.13.1",
"datatables.net-buttons": "^2.3.3",
"datatables.net-buttons-dt": "^2.3.3",
"datatables.net-dt": "^1.13.1",
"datatables.net-searchpanes": "^2.1.0",
"datatables.net-select": "^1.5.0",
"datatables.net-select-dt": "^1.5.0",
"echarts": "^5.4.2",
"express": "^4.18.2",
"express-session": "^1.17.3",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"jquery": "^3.6.3",
"jszip": "^3.10.1",
"moment": "^2.29.4",
"ngx-device-detector": "^8.0.0",
"ngx-echarts": "^15.0.3",
"ngx-indexed-db": "^16.0.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.8.0",
"pg-promise": "^11.0.2",
"redis": "^4.6.6",
"rxjs": "~7.5.0",
"sax": "^1.2.4",
"stream": "^0.0.2",
"timers": "^0.1.1",
"tslib": "^2.3.0",
"xlsx": "^0.18.5",
"xml2js": "^0.5.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.2",
"@angular/cli": "~15.0.2",
"@angular/compiler-cli": "^15.0.0",
"@types/datatables.net": "^1.10.24",
"@types/datatables.net-buttons": "^1.4.7",
"@types/datatables.net-select": "^1.2.7",
"@types/echarts": "^4.9.16",
"@types/jasmine": "~4.3.0",
"@types/xml2js": "^0.4.11",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"tailwindcss": "^3.2.4",
"typescript": "~4.8.2",
"webpack-cli": "^5.1.4"
}
}