This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
{
"name": "pohles-admin",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14",
"@angular/common": "^14",
"@angular/compiler": "^14",
"@angular/core": "^14",
"@angular/forms": "^14",
"@angular/platform-browser": "^14",
"@angular/platform-browser-dynamic": "^14",
"@angular/router": "^14",
"@auth0/angular-jwt": "^5.0.2",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@ng-bootstrap/ng-bootstrap": "^13.1.1",
"@sweetalert2/ngx-sweetalert2": "^12.0.1",
"angular-datatables": "^14",
"angular-oauth2-oidc": "^12.1.0",
"chart.js": "^3.5.1",
"core-js": "^3.26.1",
"datatables.net": "^1.11.3",
"datatables.net-dt": "^1.11.3",
"jquery": "^3.6.1",
"ngx-qrcode-updated": "^1.0.20",
"ngx-toastr": "^15.2.1",
"rxjs": "~7.5.7",
"socket.io-client": "^4.5.3",
"sweetalert2": "^11.6.15",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14",
"@angular/cli": "^15",
"@angular/compiler-cli": "^14",
"@types/datatables.net": "^1.10.21",
"@types/jasmine": "~3.8.0",
"@types/jquery": "^3.5.14",
"@types/node": "^12.11.1",
"jasmine-core": "~4.5.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.4"
}
}