Files
itsfiveoclockwhere/package.json
T
dependabot[bot] 6c7a27339e Bump @types/node from 24.0.4 to 24.0.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.4 to 24.0.10.
- [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: 24.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-07 23:49:57 +00:00

32 lines
805 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": "20.0.4",
"@angular/common": "20.0.4",
"@angular/compiler": "20.0.4",
"@angular/core": "20.0.4",
"@angular/platform-browser": "20.0.4",
"@angular/platform-browser-dynamic": "20.0.4",
"luxon": "3.6.1",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular/build": "^20.0.3",
"@angular/cli": "20.0.3",
"@angular/compiler-cli": "20.0.4",
"@types/luxon": "3.6.2",
"@types/node": "24.0.10",
"prettier": "3.6.0",
"typescript": "5.8.3"
}
}