-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
78 lines (78 loc) · 2.33 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
{
"name": "SCSB-UI",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
"build": "ng build --aot",
"build:uat": "ng build --configuration=uat",
"build:dev": "ng build --configuration=dev",
"build:test": "ng build --configuration=test",
"build:prod": "ng build --configuration=prod",
"test": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"aot": "ng serve --aot",
"sonar": ""
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.3",
"@angular/cdk": "^12.2.13",
"@angular/common": "^15.2.3",
"@angular/compiler": "^15.2.3",
"@angular/core": "^15.2.3",
"@angular/forms": "^15.2.3",
"@angular/platform-browser": "^15.2.3",
"@angular/platform-browser-dynamic": "^15.2.3",
"@angular/router": "^15.2.3",
"@ng-select/ng-select": "^5.1.0",
"@syncfusion/ej2-angular-grids": "^18.4.35",
"@syncfusion/ej2-angular-treegrid": "^18.4.35",
"@syncfusion/ej2-treegrid": "^18.4.35",
"angular-tree-table": "^0.6.2",
"angular7-csv": "^0.2.12",
"bootstrap": "^4.6.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"moment-timezone": "^0.5.33",
"ng-treetable": "^1.3.3",
"ngx-bootstrap": "5.2.0",
"ngx-cookie-service": "^11.0.2",
"ngx-logger": "^4.1.9",
"ngx-spinner": "^10.0.1",
"popper.js": "^1.16.1",
"primeicons": "^4.1.0",
"primeng": "^10.0.3",
"roboto-fontface": "^0.10.0",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "^15.2.4",
"@angular/compiler-cli": "^15.2.3",
"@angular/localize": "^15.2.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.19.15",
"ajv": "^8.12.0",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-jquery": "^0.2.4",
"karma-sonarqube-unit-reporter": "0.0.23",
"protractor": "~7.0.0",
"sonar-scanner": "^3.1.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.9.5"
}
}