mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-07 16:23:42 +00:00
41ec34a0c2
Bump rxjs from 7.8.1 to 7.8.2
33 lines
805 B
JSON
33 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": "19.1.7",
|
|
"@angular/common": "19.1.7",
|
|
"@angular/compiler": "19.1.7",
|
|
"@angular/core": "19.1.7",
|
|
"@angular/platform-browser": "19.1.7",
|
|
"@angular/platform-browser-dynamic": "19.1.7",
|
|
"luxon": "3.5.0",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.8.1",
|
|
"zone.js": "0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "19.1.8",
|
|
"@angular/cli": "19.1.8",
|
|
"@angular/compiler-cli": "19.1.7",
|
|
"@types/luxon": "3.4.2",
|
|
"@types/node": "22.13.5",
|
|
"prettier": "3.4.1",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|