Files
itsfiveoclockwhere/package.json
T
2025-10-11 11:36:09 -05:00

32 lines
804 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.1.7",
"@angular/common": "20.1.7",
"@angular/compiler": "20.1.7",
"@angular/core": "20.1.7",
"@angular/platform-browser": "20.1.7",
"@angular/platform-browser-dynamic": "20.1.7",
"luxon": "3.7.2",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular/build": "20.1.6",
"@angular/cli": "20.1.6",
"@angular/compiler-cli": "20.1.7",
"@types/luxon": "3.7.1",
"@types/node": "22.16.5",
"prettier": "3.6.2",
"typescript": "5.8.3"
}
}