-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.46 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.46 KB
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
{
"name": "angular-playground",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"serve:max": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/forms": "~12.2.0",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@fortawesome/fontawesome-free": "^6.1.2",
"@ng-select/ng-select": "^7.3.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@pscoped/ngx-pub-sub": "^3.0.2",
"angular-datatables": "^12.0.2",
"angular2-ladda": "^3.2.2",
"bootstrap": "^4.5.3",
"crypto-js": "^4.1.1",
"datatables.net": "^1.11.3",
"datatables.net-bs4": "^1.11.3",
"datatables.net-buttons": "^2.1.0",
"datatables.net-buttons-bs4": "^2.3.4",
"datatables.net-buttons-dt": "^2.1.0",
"datatables.net-datetime": "^1.1.2",
"datatables.net-responsive": "^2.2.9",
"datatables.net-responsive-bs4": "^2.2.9",
"datatables.net-searchbuilder": "^1.3.4",
"datatables.net-searchbuilder-bs4": "^1.3.4",
"datatables.net-select": "^1.4.0",
"datatables.net-select-bs4": "^1.4.0",
"jquery": "^3.5.1",
"ladda": "^2.0.3",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.40",
"ngx-bootstrap": "^6.2.0",
"ngx-spinner": "^12.0.0",
"ngx-toastr": "^14.3.0",
"popper.js": "^1.16.1",
"rxjs": "~6.6.0",
"sweetalert2": "^9.17.4",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.18",
"@angular/cli": "~12.2.18",
"@angular/compiler-cli": "~12.2.0",
"@types/bootstrap": "^5.2.6",
"@types/crypto-js": "^4.1.1",
"@types/datatables.net": "^1.10.24",
"@types/datatables.net-buttons": "^1.4.7",
"@types/jasmine": "~3.8.0",
"@types/lodash": "^4.14.191",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"tslint": "^6.1.0",
"typescript": "~4.3.5"
}
}