mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-09 09:13:41 +00:00
58e0c682d5
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.3...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.4.1",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|