-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1005 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1005 Bytes
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
{
"name": "angular-starter",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4200",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"coverage": "ng test --coverage",
"lint": "ng lint"
},
"private": true,
"packageManager": "npm@11.11.0",
"dependencies": {
"@angular/common": "21.2.8",
"@angular/compiler": "21.2.8",
"@angular/core": "21.2.8",
"@angular/forms": "21.2.8",
"@angular/platform-browser": "21.2.8",
"@angular/router": "21.2.8",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular/build": "21.2.7",
"@angular/cli": "21.2.7",
"@angular/compiler-cli": "21.2.8",
"@eslint/js": "10.0.1",
"@vitest/coverage-v8": "4.1.4",
"angular-eslint": "21.3.1",
"eslint": "10.0.3",
"jsdom": "28.1.0",
"prettier": "3.8.2",
"typescript": "5.9.3",
"typescript-eslint": "8.56.1",
"vitest": "4.1.4"
}
}