forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "@angular/ssr",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular server side rendering utilities",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/angular/angular-cli",
"keywords": [
"angular",
"ssr",
"universal"
],
"ng-add": {
"save": "dependencies"
},
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/platform-server": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/router": "0.0.0-ANGULAR-FW-PEER-DEP"
},
"peerDependenciesMeta": {
"@angular/platform-server": {
"optional": true
}
},
"devDependencies": {
"@angular-devkit/schematics": "workspace:*",
"@angular/common": "21.2.8",
"@angular/compiler": "21.2.8",
"@angular/core": "21.2.8",
"@angular/platform-browser": "21.2.8",
"@angular/platform-server": "21.2.8",
"@angular/router": "21.2.8",
"@schematics/angular": "workspace:*",
"beasties": "0.4.1"
},
"sideEffects": false,
"schematics": "./schematics/collection.json",
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular-cli.git"
}
}