-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.77 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.77 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
{
"name": "client-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"docs": "npx compodoc -p tsconfig.json -s -r 8085"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "14.1.0",
"@angular/animations": "14.1.0",
"@angular/cdk": "14.1.0",
"@angular/common": "14.1.0",
"@angular/compiler": "14.1.0",
"@angular/core": "14.1.0",
"@angular/flex-layout": "14.0.0-beta.40",
"@angular/forms": "14.1.0",
"@angular/material": "14.1.0",
"@angular/platform-browser": "14.1.0",
"@angular/platform-browser-dynamic": "14.1.0",
"@angular/router": "14.1.0",
"@auth0/angular-jwt": "5.0.2",
"@datorama/akita": "7.1.1",
"@fortawesome/angular-fontawesome": "0.10.1",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"animate.css": "4.1.1",
"bootstrap": "5.2.0",
"http-status-codes": "2.1.4",
"immer": "9.0.15",
"rxjs": "7.5.6",
"tslib": "2.4.0",
"zone.js": "0.11.7"
},
"devDependencies": {
"@angular/cli": "14.1.0",
"@angular/compiler-cli": "14.1.0",
"@compodoc/compodoc": "1.1.14",
"@types/jest": "29.0.0",
"@types/node": "12.20.40",
"codelyzer": "6.0.2",
"jasmine-core": "3.99.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "1.7.0",
"protractor": "7.0.0",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "4.7.4"
}
}