-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "angular-perf-ngbe",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.3",
"@angular/common": "^15.2.3",
"@angular/compiler": "^15.2.3",
"@angular/core": "^15.2.3",
"@angular/forms": "^15.2.3",
"@angular/platform-browser": "^15.2.3",
"@angular/platform-browser-dynamic": "^15.2.3",
"@angular/platform-server": "^15.2.3",
"@angular/router": "^15.2.3",
"@nguniversal/express-engine": "^15.2.0",
"@push-based/ngx-fast-svg": "^0.2.3",
"@rx-angular/cdk": "^2.0.0",
"@rx-angular/state": "^2.0.0",
"@rx-angular/template": "^2.0.0",
"express": "^4.15.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.3",
"@angular/cli": "~15.2.3",
"@angular/compiler-cli": "^15.2.3",
"@nguniversal/builders": "^15.2.0",
"@types/express": "^4.17.0",
"@types/node": "^14.15.0",
"typescript": "~4.9.4"
}
}