Files
itsfiveoclockwhere/package.json
T
2026-03-11 10:11:31 -05:00

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"
}
}