-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.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
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
90
{
"name": "app",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --disable-host-check",
"build": "ng build",
"build:dist": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": false,
"dependencies": {
"@angular/animations": "~11.2.4",
"@angular/cdk": "~11.2.12",
"@angular/common": "~11.2.4",
"@angular/compiler": "~11.2.4",
"@angular/core": "~11.2.4",
"@angular/forms": "~11.2.4",
"@angular/material": "~11.2.12",
"@angular/platform-browser": "~11.2.4",
"@angular/platform-browser-dynamic": "~11.2.4",
"@angular/router": "~11.2.4",
"@angular/service-worker": "~11.2.4",
"@cnj/uikit": "2.0.0",
"@datorama/akita": "~4.10.7",
"@datorama/akita-ng-forms-manager": "~3.1.0",
"@fortawesome/fontawesome-free": "^5.7.1",
"@fullcalendar/core": "~4.0.2",
"@fullcalendar/daygrid": "~4.0.1",
"@fullcalendar/interaction": "~4.0.2",
"@fullcalendar/timegrid": "~4.0.1",
"angular-crumbs": "^3.0.1",
"angular2-hotkeys": "~2.2.0",
"app": "file:",
"bootstrap": "^4.3.1",
"chart.js": "3.5.1",
"core-js": "^2.5.4",
"fuse.js": "^3.4.5",
"hamburgers": "^1.1.3",
"hammerjs": "^2.0.8",
"intl": "1.2.5",
"keycloak-angular": "^8.4.0",
"keycloak-js": "^10.0.2",
"oidc-client": "^1.6.1",
"primeflex": "1.0.0",
"primeng": "8.1.1",
"quill": "1.2",
"rxjs": "~6.5.1",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.3",
"@angular/cli": "~11.2.3",
"@angular/compiler-cli": "~11.2.4",
"@angular/language-service": "~11.2.4",
"@cnj/uikit-schematics": "^1.7.0",
"@datorama/akita-ng-router-store": "~3.1.4",
"@datorama/akita-ngdevtools": "~6.0.0",
"@types/chai": "^4.2.8",
"@types/cucumber": "^6.0.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/mousetrap": "1.6.3",
"@types/node": "^12.11.1",
"akita-schematics": "^2.0.1",
"chai": "^4.2.0",
"codelyzer": "^6.0.0",
"concurrently": "^4.1.0",
"cucumber": "^5.1.0",
"cucumber-junit": "^1.7.1",
"http-server": "^0.11.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"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-junit-reporter": "^2.0.1",
"karma-sonarqube-unit-reporter": "0.0.21",
"protractor": "~7.0.0",
"protractor-cucumber-framework": "^6.1.3",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.1.5"
}
}