-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "sfari-frontpage",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand",
"test:coverage": "jest --coverage"
},
"private": true,
"dependencies": {
"@angular/animations": "15.1.0",
"@angular/cdk": "15.1.0",
"@angular/common": "15.1.0",
"@angular/compiler": "15.1.0",
"@angular/core": "15.1.0",
"@angular/forms": "15.1.0",
"@angular/material": "15.1.0",
"@angular/platform-browser": "15.1.0",
"@angular/platform-browser-dynamic": "15.1.0",
"@angular/router": "15.1.0",
"bootstrap": "^5.3.0",
"font-awesome": "^4.7.0",
"ngx-cookie-service": "15.0.0",
"ngx-markdown": "15.1.0",
"pkce-challenge": "^3.0.0",
"rxjs": "7.8.0",
"tslib": "^2.6.0",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-builders/jest": "15.0.0",
"@angular-devkit/build-angular": "15.1.0",
"@angular/cli": "^15.2.9",
"@angular/compiler-cli": "15.1.0",
"@types/jest": "^28.1.8",
"jest": "28.0.0",
"jest-junit": "15.0.0",
"jest-preset-angular": "12.2.4",
"typescript": "4.9.4"
}
}