-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.3 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
{
"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",
"serve": "node dist/angular-starter/server/server.mjs"
},
"private": true,
"packageManager": "npm@11.17.0",
"dependencies": {
"@angular/common": "22.0.3",
"@angular/compiler": "22.0.3",
"@angular/core": "22.0.3",
"@angular/forms": "22.0.3",
"@angular/platform-browser": "22.0.3",
"@angular/platform-server": "22.0.3",
"@angular/router": "22.0.3",
"@angular/service-worker": "22.0.3",
"@angular/ssr": "22.0.4",
"@fortawesome/fontawesome-free": "7.3.0",
"bootstrap": "5.3.8",
"express": "5.2.1",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular/build": "22.0.4",
"@angular/cli": "22.0.4",
"@angular/compiler-cli": "22.0.3",
"@eslint/js": "10.0.1",
"@types/express": "5.0.6",
"@types/node": "26.0.1",
"@vitest/coverage-v8": "4.1.9",
"angular-eslint": "22.0.0",
"eslint": "10.5.0",
"jsdom": "29.1.1",
"prettier": "3.8.4",
"typescript": "6.0.3",
"typescript-eslint": "8.62.0",
"vitest": "4.1.9"
}
}