mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-07-26 10:28:45 +00:00
1e1dae8b93
Bumps [prettier](https://github.com/prettier/prettier) from 3.6.2 to 3.8.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.6.2...3.8.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
806 B
JSON
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.0",
|
|
"@angular/common": "21.2.0",
|
|
"@angular/compiler": "21.2.0",
|
|
"@angular/core": "21.2.0",
|
|
"@angular/platform-browser": "21.2.0",
|
|
"@angular/platform-browser-dynamic": "21.2.0",
|
|
"luxon": "3.7.2",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.8.1",
|
|
"zone.js": "0.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "^21.2.0",
|
|
"@angular/cli": "21.2.0",
|
|
"@angular/compiler-cli": "21.2.0",
|
|
"@types/luxon": "3.7.1",
|
|
"@types/node": "22.16.5",
|
|
"prettier": "3.8.1",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|