Files
itsfiveoclockwhere/package.json
T
2025-05-06 11:32:47 -05:00

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.2.2",
"@angular/common": "19.2.2",
"@angular/compiler": "19.2.2",
"@angular/core": "19.2.2",
"@angular/platform-browser": "19.2.2",
"@angular/platform-browser-dynamic": "19.2.2",
"luxon": "3.5.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular/build": "19.2.3",
"@angular/cli": "19.2.3",
"@angular/compiler-cli": "19.2.2",
"@types/luxon": "3.4.2",
"@types/node": "22.15.7",
"prettier": "3.5.3",
"typescript": "5.7.3"
}
}