42 lines
No EOL
939 B
JSON
Executable file
42 lines
No EOL
939 B
JSON
Executable file
{
|
|
"name": "@angular/ssr",
|
|
"version": "17.1.3",
|
|
"description": "Angular server side rendering utilities",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
"keywords": [
|
|
"angular",
|
|
"ssr",
|
|
"universal"
|
|
],
|
|
"ng-add": {
|
|
"save": "dependencies"
|
|
},
|
|
"dependencies": {
|
|
"critters": "0.0.20",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^17.0.0",
|
|
"@angular/core": "^17.0.0"
|
|
},
|
|
"schematics": "./schematics/collection.json",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"module": "./fesm2022/ssr.mjs",
|
|
"typings": "./index.d.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"esm2022": "./esm2022/index.mjs",
|
|
"esm": "./esm2022/index.mjs",
|
|
"default": "./fesm2022/ssr.mjs"
|
|
}
|
|
}
|
|
} |