mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-07 00:03:40 +00:00
c6d727dfe5
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.4 to 3.9.5. - [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.8.4...3.9.5) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.9.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
804 B
JSON
33 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": "22.0.1",
|
|
"@angular/common": "22.0.1",
|
|
"@angular/compiler": "22.0.1",
|
|
"@angular/core": "22.0.1",
|
|
"@angular/platform-browser": "22.0.1",
|
|
"@angular/platform-browser-dynamic": "22.0.1",
|
|
"luxon": "3.7.2",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.8.1",
|
|
"zone.js": "0.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "22.0.1",
|
|
"@angular/cli": "22.0.1",
|
|
"@angular/compiler-cli": "22.0.1",
|
|
"@types/luxon": "3.7.1",
|
|
"@types/node": "24.1.0",
|
|
"prettier": "3.9.5",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|