-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.12 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.12 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
62
63
64
65
66
67
68
69
70
{
"name": "portfolio",
"version": "1.1400.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "jest src/app --coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"format": "prettier --write './**/*.{ts,html,scss}'",
"format:check": "prettier --check './**/*.{ts,html,scss}'",
"deploy": "ng deploy"
},
"private": true,
"dependencies": {
"@angular/animations": "20.0.0",
"@angular/cdk": "20.0.1",
"@angular/common": "20.0.0",
"@angular/compiler": "20.0.0",
"@angular/core": "20.0.0",
"@angular/fire": "19.1.0",
"@angular/forms": "20.0.0",
"@angular/material": "20.0.1",
"@angular/platform-browser": "20.0.0",
"@angular/platform-browser-dynamic": "20.0.0",
"@angular/router": "20.0.0",
"@ngrx/operators": "^19.1.0",
"@ngrx/signals": "19.1.0",
"firebase-tools": "13.14.1",
"rxjs": "7.8.2",
"stream": "0.0.3",
"timers": "0.1.1",
"tslib": "2.8.1",
"xml2js": "0.6.2",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "0.2000.0",
"@angular-eslint/builder": "19.3.0",
"@angular-eslint/eslint-plugin": "19.3.0",
"@angular-eslint/eslint-plugin-template": "19.3.0",
"@angular-eslint/schematics": "19.3.0",
"@angular-eslint/template-parser": "19.3.0",
"@angular/build": "^20.0.0",
"@angular/cli": "20.0.0",
"@angular/compiler-cli": "20.0.0",
"@angular/language-service": "20.0.0",
"@briebug/cypress-schematic": "5.0.1",
"@kasaharu/eslint-plugin-ng": "0.0.2",
"@testing-library/angular": "17.3.7",
"@testing-library/dom": "10.4.0",
"@types/jest": "29.5.14",
"@types/node": "22.15.2",
"@types/xml2js": "0.4.14",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cypress": "13.17.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"jest": "29.7.0",
"jest-preset-angular": "14.5.5",
"jsonc-parser": "3.3.1",
"open": "10.1.1",
"prettier": "3.5.3",
"typescript": "5.8.3"
}
}