Files
showbridge-webui/package.json
T
dependabot[bot] f98c044ffb Bump postcss from 8.5.3 to 8.5.25
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.25.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.3...8.5.25)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-08 06:43:06 +00:00

62 lines
1.4 KiB
JSON

{
"name": "@showbridge/webui",
"version": "0.14.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e",
"format:write": "prettier ./ --write"
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
},
"files": [
"dist"
],
"license": "MIT",
"packageManager": "npm@11.6.2",
"dependencies": {
"@angular/cdk": "22.1.0",
"@angular/common": "22.1.0",
"@angular/compiler": "22.1.0",
"@angular/core": "22.1.0",
"@angular/forms": "22.1.0",
"@angular/material": "22.1.0",
"@angular/platform-browser": "22.1.0",
"@angular/router": "22.1.0",
"ajv": "8.20.0",
"js-yaml": "4.2.0",
"lodash-es": "4.18.1",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular/build": "22.1.2",
"@angular/cli": "22.1.2",
"@angular/compiler-cli": "22.1.0",
"@playwright/test": "1.60.0",
"@tailwindcss/postcss": "4.3.0",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"jsdom": "29.1.1",
"playwright-ng-schematics": "21.1.0",
"postcss": "8.5.25",
"prettier": "3.9.6",
"tailwindcss": "4.3.3",
"typescript": "6.0.3",
"vitest": "4.1.8"
}
}