https://github.com/angular/angular
Raw File
Tip revision: f24da6baad520f6703bd800927e1438f562fc622 authored by Pawel Kozlowski on 26 October 2022, 18:30:17 UTC
release: cut the v15.0.0-rc.1 release
Tip revision: f24da6b
package.json
{
  "name": "@angular/platform-browser-dynamic",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - library for using Angular in a web browser with JIT compilation",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^14.20.0 || ^16.13.0 || >=18.10.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@angular/common": "0.0.0-PLACEHOLDER",
    "@angular/compiler": "0.0.0-PLACEHOLDER",
    "@angular/platform-browser": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/platform-browser-dynamic"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top