mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-07-26 10:08:40 +00:00
85eeb19b1d
Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/@tailwindcss-postcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "@showbridge/webui",
|
|
"version": "0.12.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": "21.2.10",
|
|
"@angular/common": "21.2.11",
|
|
"@angular/compiler": "21.2.11",
|
|
"@angular/core": "21.2.11",
|
|
"@angular/forms": "21.2.11",
|
|
"@angular/material": "21.2.10",
|
|
"@angular/platform-browser": "21.2.11",
|
|
"@angular/router": "21.2.11",
|
|
"ajv": "8.20.0",
|
|
"js-yaml": "4.1.1",
|
|
"lodash-es": "4.18.1",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "21.2.10",
|
|
"@angular/cli": "21.2.10",
|
|
"@angular/compiler-cli": "21.2.11",
|
|
"@angular/material": "21.2.10",
|
|
"@playwright/test": "1.59.1",
|
|
"@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.0.9",
|
|
"postcss": "8.5.12",
|
|
"prettier": "3.8.3",
|
|
"tailwindcss": "4.2.4",
|
|
"typescript": "5.9.3",
|
|
"vitest": "4.1.4"
|
|
}
|
|
}
|