https://github.com/angular/angular
Raw File
Tip revision: a114ebad7e8f2a3074ef13d0f010920f9da2bcf2 authored by Alex Rickabaugh on 12 June 2024, 23:24:00 UTC
release: cut the v18.1.0-next.2 release
Tip revision: a114eba
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": "^18.19.1 || ^20.11.1 || >=22.0.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