forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
42
43
44
45
46
{
"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": "20.0.0-next.5",
"@angular/compiler": "20.0.0-next.5",
"@angular/core": "20.0.0-next.5",
"@angular/platform-browser": "20.0.0-next.5",
"@angular/platform-server": "20.0.0-next.5",
"@angular/router": "20.0.0-next.5",
"@schematics/angular": "workspace:*"
},
"sideEffects": false,
"schematics": "./schematics/collection.json",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
}
}