-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 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
{
"name": "console",
"version": "0.13.0",
"private": true,
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"@angular/cdk": "^21.2.1",
"@angular/common": "^21.2.2",
"@angular/compiler": "^21.2.2",
"@angular/core": "^21.2.2",
"@angular/forms": "^21.2.2",
"@angular/material": "^21.2.1",
"@angular/platform-browser": "^21.2.2",
"@angular/platform-browser-dynamic": "^21.2.2",
"@angular/router": "^21.2.2",
"@fontsource-variable/roboto": "^5.2.10",
"@fontsource/material-icons": "^5.2.7",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.2.1",
"@angular/cli": "~21.2.1",
"@angular/compiler-cli": "^21.2.2",
"@eslint/js": "^10.0.1",
"angular-eslint": "21.3.1",
"eslint": "^10.0.2",
"jsdom": "^29.0.0",
"oxfmt": "^0.42.0",
"typescript": "~5.9.0",
"typescript-eslint": "8.57.2",
"vitest": "^4.0.18"
},
"devEngines": {
"packageManager": {
"name": "npm",
"onFail": "error"
}
}
}