Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3) Updates `@angular-devkit/build-angular` from 0.802.2 to 15.0.4 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/commits/15.0.4) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "card-workout",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "node server.js",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"postinstall": "ng build --aot --prod"
|
|
},
|
|
"engines": {
|
|
"node": "10.16.3",
|
|
"npm": "6.9.0"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~8.2.0",
|
|
"@angular/common": "~8.2.0",
|
|
"@angular/compiler": "~8.2.0",
|
|
"@angular/core": "~8.2.0",
|
|
"@angular/forms": "~8.2.0",
|
|
"@angular/platform-browser": "~8.2.0",
|
|
"@angular/platform-browser-dynamic": "~8.2.0",
|
|
"@angular/router": "~8.2.0",
|
|
"express": "^4.17.1",
|
|
"rxjs": "~6.4.0",
|
|
"serialize-javascript": ">=2.1.1",
|
|
"tslib": "^1.10.0",
|
|
"zone.js": "~0.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~15.0.4",
|
|
"@angular/cli": "~8.2.2",
|
|
"@angular/compiler-cli": "~8.2.0",
|
|
"@angular/language-service": "~8.2.0",
|
|
"@types/jasmine": "~3.3.8",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "^8.10.60",
|
|
"codelyzer": "^5.0.0",
|
|
"jasmine-core": "~3.4.0",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"karma": "~4.1.0",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-coverage-istanbul-reporter": "~2.0.1",
|
|
"karma-jasmine": "~2.0.1",
|
|
"karma-jasmine-html-reporter": "^1.4.0",
|
|
"protractor": "~5.4.0",
|
|
"ts-node": "~7.0.0",
|
|
"tslint": "~5.15.0",
|
|
"typescript": "~3.5.3"
|
|
}
|
|
}
|