mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-15 00:12:32 -05:00
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"private": true,
|
|
"packageManager": "npm@11.6.2",
|
|
"dependencies": {
|
|
"@angular/animations": "^21.1.3",
|
|
"@angular/cdk": "^21.1.3",
|
|
"@angular/common": "^21.1.0",
|
|
"@angular/compiler": "^21.1.0",
|
|
"@angular/core": "^21.1.0",
|
|
"@angular/forms": "^21.1.0",
|
|
"@angular/platform-browser": "^21.1.0",
|
|
"@angular/router": "^21.1.0",
|
|
"@microsoft/signalr": "^10.0.0",
|
|
"@ng-icons/core": "^33.0.0",
|
|
"@ng-icons/tabler-icons": "^33.0.0",
|
|
"@ngrx/signals": "^21.0.1",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"postcss": "^8.5.6",
|
|
"rxjs": "~7.8.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-eslint/builder": "^21.2.0",
|
|
"@angular-eslint/eslint-plugin": "^21.2.0",
|
|
"@angular-eslint/eslint-plugin-template": "^21.2.0",
|
|
"@angular-eslint/template-parser": "^21.2.0",
|
|
"@angular/build": "^21.1.3",
|
|
"@angular/cli": "^21.1.3",
|
|
"@angular/compiler-cli": "^21.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
"@typescript-eslint/parser": "^8.54.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"prettier": "^3.8.1",
|
|
"typescript": "~5.9.2"
|
|
}
|
|
}
|