-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "ng19-bugs",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "NG_HMR_TEMPLATES=1 ng s",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:ng19-bugs": "node dist/ng19-bugs/server/server.mjs"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.4",
"@angular/common": "19.0.4",
"@angular/compiler": "19.0.4",
"@angular/core": "19.0.4",
"@angular/forms": "19.0.4",
"@angular/platform-browser": "19.0.4",
"@angular/platform-browser-dynamic": "19.0.4",
"@angular/platform-server": "19.0.4",
"@angular/router": "19.0.4",
"@angular/ssr": "19.0.5",
"express": "4.21.1",
"rxjs": "7.8.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.5",
"@angular/cli": "19.0.5",
"@angular/compiler-cli": "19.0.4",
"@types/express": "4.17.21",
"@types/node": "22.10.1",
"prettier": "3.4.1",
"typescript": "5.6.3"
}
}