https://github.com/angular/angular
Raw File
Tip revision: 6769df72952b41f6552effca3e7cf2abe83ba455 authored by Dylan Hunn on 01 December 2021, 21:21:03 UTC
release: cut the v13.1.0-next.3 release (#44334)
Tip revision: 6769df7
package.json
{
  "name": "angular-integration",
  "version": "0.0.0",
  "license": "MIT",
  "dependencies": {
    "@angular/animations": "file:../../node_modules/@angular/animations-12",
    "@angular/cdk": "9.0.0-rc.4",
    "@angular/common": "file:../../node_modules/@angular/common-12",
    "@angular/compiler": "file:../../dist/packages-dist/compiler",
    "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli",
    "@angular/core": "file:../../node_modules/@angular/core-12",
    "@angular/forms": "file:../../node_modules/@angular/forms-12",
    "@angular/material": "9.0.0-rc.4",
    "@angular/platform-browser": "file:../../node_modules/@angular/platform-browser-12",
    "@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic-12",
    "@angular/platform-server": "file:../../node_modules/@angular/platform-server-12",
    "@angular/router": "file:../../node_modules/@angular/router-12",
    "@types/node": "file:../../node_modules/@types/node",
    "rxjs": "file:../../node_modules/rxjs",
    "typescript": "file:../../node_modules/typescript",
    "zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz"
  },
  "devDependencies": {
    "@types/jasmine": "file:../../node_modules/@types/jasmine",
    "concurrently": "3.4.0",
    "lite-server": "2.2.2",
    "protractor": "file:../../node_modules/protractor"
  },
  "//resolutions-comment": "Ensure a single version of webdriver-manager which comes from root node_modules that has already run webdriver-manager update",
  "resolutions": {
    "**/webdriver-manager": "file:../../node_modules/webdriver-manager"
  },
  "scripts": {
    "test": "./test.sh"
  }
}
back to top