angular/aio/tools/examples/shared/package.json
Andrew Kushnir b98ecbc0ce build: update minimum supported Node version from 16.13.0 -> 16.14.0 (#49771)
This commit updates the minimum supported Node version across packages from 16.13.0 -> 16.14.0 to ensure compatibility with dependencies.

PR Close #49771
2023-04-11 07:56:31 -07:00

85 lines
2.8 KiB
JSON

{
"name": "angular-examples-master",
"version": "1.0.0",
"private": true,
"description": "Master package.json, the superset of all dependencies for all of the _example package.json files. See _boilerplate/package.json for example npm scripts.",
"scripts": {
"http-server": "http-server",
"protractor": "protractor",
"sync-deps": "node sync-boilerplate-dependencies"
},
"//engines-comment": "Keep this in sync with /package.json and /aio/package.json",
"engines": {
"node": ">=16.14.0",
"yarn": ">=1.21.1 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
"keywords": [],
"author": "",
"license": "MIT",
"repository": {},
"dependencies": {
"@angular/animations": "^16.0.0-next.0",
"@angular/common": "^16.0.0-next.0",
"@angular/compiler": "^16.0.0-next.0",
"@angular/core": "^16.0.0-next.0",
"@angular/elements": "^16.0.0-next.0",
"@angular/forms": "^16.0.0-next.0",
"@angular/localize": "^16.0.0-next.0",
"@angular/platform-browser": "^16.0.0-next.0",
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
"@angular/platform-server": "^16.0.0-next.0",
"@angular/router": "^16.0.0-next.0",
"@angular/service-worker": "^16.0.0-next.0",
"@angular/upgrade": "^16.0.0-next.0",
"@nguniversal/express-engine": "^15.0.0-next.0",
"angular": "^1.8.3",
"angular-in-memory-web-api": "~0.15.0",
"angular-route": "1.8.3",
"core-js": "^2.5.4",
"express": "^4.18.1",
"rxjs": "~7.8.0",
"systemjs": "~0.19.39",
"systemjs-plugin-babel": "~0.0.25",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0-next.0",
"@angular/cli": "^16.0.0-next.0",
"@angular/compiler-cli": "^16.0.0-next.0",
"@nguniversal/builders": "^15.0.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^13.2.0",
"@types/angular": "^1.8.4",
"@types/angular-animate": "^1.5.11",
"@types/angular-mocks": "^1.7.1",
"@types/angular-resource": "^1.5.17",
"@types/angular-route": "^1.7.2",
"@types/express": "^4.17.13",
"@types/jasmine": "~4.3.0",
"@types/jquery": "3.5.16",
"@types/node": "^16.11.35",
"canonical-path": "1.0.0",
"concurrently": "^8.0.0",
"copyfiles": "^2.4.1",
"http-server": "^14.0.0",
"jasmine-core": "~4.5.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"lite-server": "^2.6.1",
"lodash": "^4.16.2",
"protractor": "~7.0.0",
"rimraf": "^4.0.0",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"source-map-explorer": "^2.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
}
}