Files
itsfiveoclockwhere/package.json
T
2026-06-07 21:24:10 -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": "22.0.0",
"@angular/common": "22.0.0",
"@angular/compiler": "22.0.0",
"@angular/core": "22.0.0",
"@angular/platform-browser": "22.0.0",
"@angular/platform-browser-dynamic": "22.0.0",
"luxon": "3.7.2",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular/build": "^22.0.0",
"@angular/cli": "22.0.0",
"@angular/compiler-cli": "22.0.0",
"@types/luxon": "3.7.1",
"@types/node": "22.16.5",
"prettier": "3.8.3",
"typescript": "6.0.3"
}
}