mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-07-26 10:28:45 +00:00
33 lines
815 B
JSON
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.19",
|
|
"prettier": "3.5.3",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|