Files
showbridge-webui/package.json
T
2026-04-03 18:48:32 -05:00

63 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",
"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.4",
"@angular/common": "21.2.6",
"@angular/compiler": "21.2.6",
"@angular/core": "21.2.6",
"@angular/forms": "21.2.6",
"@angular/material": "21.2.4",
"@angular/platform-browser": "21.2.6",
"@angular/router": "21.2.6",
"ajv": "8.18.0",
"js-yaml": "4.1.1",
"lodash-es": "4.17.23",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular/build": "21.2.5",
"@angular/cli": "21.2.5",
"@angular/compiler-cli": "21.2.6",
"@angular/material": "21.2.4",
"@playwright/test": "1.59.1",
"@tailwindcss/postcss": "4.2.2",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"jsdom": "29.0.1",
"playwright-ng-schematics": "^21.0.9",
"postcss": "8.5.8",
"prettier": "3.8.1",
"tailwindcss": "4.2.2",
"typescript": "5.9.3",
"vitest": "4.1.2"
}
}