-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.95 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
{
"title": "application",
"name": "application",
"version": "0.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:bfh": "ng build --configuration bfh",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"format": "npm run lint --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.5",
"@angular/cdk": "^15.1.5",
"@angular/common": "^15.1.5",
"@angular/compiler": "^15.1.5",
"@angular/core": "^15.1.5",
"@angular/forms": "^15.1.5",
"@angular/localize": "^15.1.5",
"@angular/material": "^15.1.5",
"@angular/platform-browser": "^15.1.5",
"@angular/platform-browser-dynamic": "^15.1.5",
"@angular/router": "^15.1.5",
"@ngx-translate/core": "^14.0.0",
"@oblique/oblique": "^10.0.0",
"@popperjs/core": "^2.11.6",
"@types/node": "^18.14.0",
"angular-oauth2-oidc": "^15.0.1",
"file-saver": "^2.0.5",
"jwt-decode": "^3.1.2",
"ol": "^7.2.2",
"rxjs": "~7.8.0",
"tslib": "^2.5.0",
"zone.js": "^0.12.0"
},
"devDependencies": {
"@angular-builders/jest": "^15.0.0",
"@angular-devkit/build-angular": "^15.1.6",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "^15.1.6",
"@angular/compiler-cli": "^15.1.5",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.4.0",
"@types/marked": "^4.0.8",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.3",
"jest-sonar-reporter": "2.0.0",
"prettier": "^2.8.4",
"typescript": "~4.9.5"
}
}