angular/aio/tools/examples/shared/boilerplate/cli/package.json
Marcin Wosinek a4b64bc483 build(docs-infra): update versions of some docs examples dependencies (#46609)
Update angular-in-memory-web-api and jasmine-marbles (used in doc examples) to latest versions.

PR Close #46609
2022-07-11 17:34:26 +00:00

48 lines
1.4 KiB
JSON

{
"name": "angular.io-example",
"version": "0.0.0",
"description": "Example project from an angular.io guide.",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.0-next",
"@angular/common": "^14.1.0-next",
"@angular/compiler": "^14.1.0-next",
"@angular/core": "^14.1.0-next",
"@angular/forms": "^14.1.0-next",
"@angular/platform-browser": "^14.1.0-next",
"@angular/platform-browser-dynamic": "^14.1.0-next",
"@angular/router": "^14.1.0-next",
"angular-in-memory-web-api": "~0.14.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.0-next",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "^14.1.0-next",
"@types/jasmine": "~4.0.0",
"@types/node": "^16.11.35",
"copyfiles": "^2.4.1",
"jasmine-core": "~4.1.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~2.0.0",
"protractor": "~7.0.0",
"ts-node": "~10.8.0",
"typescript": "~4.7.2"
}
}