-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@angular/ssr",
"version": "20.0.0-next.8+sha-1985ba7",
"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": "^20.0.0 || ^20.0.0-next.0",
"@angular/core": "^20.0.0 || ^20.0.0-next.0",
"@angular/platform-server": "^20.0.0 || ^20.0.0-next.0",
"@angular/router": "^20.0.0 || ^20.0.0-next.0"
},
"peerDependenciesMeta": {
"@angular/platform-server": {
"optional": true
}
},
"devDependencies": {
"@angular-devkit/schematics": "workspace:*",
"@angular/common": "20.0.0-next.8",
"@angular/compiler": "20.0.0-next.8",
"@angular/core": "20.0.0-next.8",
"@angular/platform-browser": "20.0.0-next.8",
"@angular/platform-server": "20.0.0-next.8",
"@angular/router": "20.0.0-next.8",
"@schematics/angular": "workspace:*"
},
"sideEffects": false,
"schematics": "./schematics/collection.json",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"module": "./fesm2022/ssr.mjs",
"typings": "./index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ssr.mjs"
},
"./node": {
"types": "./node/index.d.ts",
"default": "./fesm2022/node.mjs"
}
}
}