Files
itsfiveoclockwhere/package.json
T
dependabot[bot] c3c66cc975 Bump zone.js from 0.15.0 to 0.15.1
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.15.1/packages/zone.js)

---
updated-dependencies:
- dependency-name: zone.js
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 22:04:13 +00:00

33 lines
815 B
JSON

{
"name": "itsfiveoclockwhere",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "19.2.11",
"@angular/common": "19.2.11",
"@angular/compiler": "19.2.11",
"@angular/core": "19.2.11",
"@angular/platform-browser": "19.2.11",
"@angular/platform-browser-dynamic": "19.2.11",
"luxon": "3.6.1",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular/build": "19.2.12",
"@angular/cli": "19.2.12",
"@angular/compiler-cli": "19.2.11",
"@types/luxon": "3.6.2",
"@types/node": "22.15.19",
"prettier": "3.5.3",
"typescript": "5.8.3"
}
}