mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-07-26 10:28:45 +00:00
7c5fba7ab1
Bump the angular group with 9 updates
33 lines
806 B
JSON
33 lines
806 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": "21.2.2",
|
|
"@angular/common": "21.2.2",
|
|
"@angular/compiler": "21.2.2",
|
|
"@angular/core": "21.2.2",
|
|
"@angular/platform-browser": "21.2.2",
|
|
"@angular/platform-browser-dynamic": "21.2.2",
|
|
"luxon": "3.7.2",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.8.1",
|
|
"zone.js": "0.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "^21.2.1",
|
|
"@angular/cli": "21.2.1",
|
|
"@angular/compiler-cli": "21.2.2",
|
|
"@types/luxon": "3.7.1",
|
|
"@types/node": "22.16.5",
|
|
"prettier": "3.8.1",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|