mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-10 09:43:43 +00:00
36 lines
906 B
JSON
36 lines
906 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.0.1",
|
|
"@angular/common": "19.0.1",
|
|
"@angular/compiler": "19.0.1",
|
|
"@angular/core": "19.0.1",
|
|
"@angular/platform-browser": "19.0.1",
|
|
"@angular/platform-browser-dynamic": "19.0.1",
|
|
"luxon": "3.4.3",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.6.2",
|
|
"zone.js": "0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "19.0.1",
|
|
"@angular/cli": "19.0.1",
|
|
"@angular/compiler-cli": "19.0.1",
|
|
"@types/luxon": "3.3.2",
|
|
"@types/node": "20.5.9",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"prettier": "3.0.3",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|