-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.14 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
{
"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",
"prettier": "prettier --write './**/*.{ts,html,scss}'",
"prettier:check": "prettier --check './**/*.{ts,html,scss}'",
"deploy": "ng deploy"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.5",
"@angular/cdk": "18.2.5",
"@angular/common": "18.2.5",
"@angular/compiler": "18.2.5",
"@angular/core": "18.2.5",
"@angular/fire": "18.0.1",
"@angular/forms": "18.2.5",
"@angular/material": "18.2.5",
"@angular/platform-browser": "18.2.5",
"@angular/platform-browser-dynamic": "18.2.5",
"@angular/router": "18.2.5",
"@ngrx/operators": "^18.0.0",
"@ngrx/signals": "^18.0.2",
"firebase-tools": "13.14.1",
"rxjs": "7.8.1",
"stream": "0.0.3",
"timers": "0.1.1",
"tslib": "2.7.0",
"xml2js": "0.6.2",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "0.1802.5",
"@angular-devkit/build-angular": "18.2.5",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "18.2.5",
"@angular/compiler-cli": "18.2.5",
"@angular/language-service": "18.2.5",
"@briebug/cypress-schematic": "5.0.1",
"@kasaharu/eslint-plugin-ng": "0.0.2",
"@testing-library/angular": "17.3.1",
"@testing-library/dom": "10.4.0",
"@types/jest": "29.5.13",
"@types/node": "20.16.5",
"@types/xml2js": "0.4.14",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cypress": "13.14.2",
"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.2.4",
"jsonc-parser": "3.3.1",
"open": "10.1.0",
"prettier": "3.2.5",
"typescript": "5.5.4"
}
}