Files
itsfiveoclockwhere/package.json
T
dependabot[bot] 0e5c94b76b Bump @types/node from 22.15.19 to 22.15.30
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.19 to 22.15.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 22:21:22 +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.0"
},
"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.30",
"prettier": "3.5.3",
"typescript": "5.8.3"
}
}