mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-06 23:23:38 +00:00
102fe6f32e
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.8. - [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.8) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@showbridge/webui",
|
|
"version": "0.11.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"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": "21.1.4",
|
|
"@angular/common": "21.1.0",
|
|
"@angular/compiler": "21.1.0",
|
|
"@angular/core": "21.1.0",
|
|
"@angular/forms": "21.1.0",
|
|
"@angular/material": "21.1.4",
|
|
"@angular/platform-browser": "21.1.0",
|
|
"@angular/router": "21.1.0",
|
|
"ajv": "8.17.1",
|
|
"js-yaml": "4.1.1",
|
|
"lodash-es": "4.17.23",
|
|
"ngx-timeago": "4.0.0",
|
|
"rxjs": "7.8.0",
|
|
"tslib": "2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "21.1.4",
|
|
"@angular/cli": "21.1.4",
|
|
"@angular/compiler-cli": "21.1.0",
|
|
"@angular/material": "21.1.4",
|
|
"@tailwindcss/postcss": "4.1.12",
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/lodash-es": "4.17.12",
|
|
"jsdom": "27.1.0",
|
|
"postcss": "8.5.8",
|
|
"prettier": "3.8.1",
|
|
"tailwindcss": "4.1.12",
|
|
"typescript": "5.9.2",
|
|
"vitest": "4.0.8"
|
|
}
|
|
}
|