This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
routeros_backup_next/frontend/package.json
Mateusz Gruszczyński 1e752f110f first commit
2026-04-14 11:39:03 +02:00

42 lines
1.3 KiB
JSON

{
"name": "mikrotik-backup-system-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "ng serve --host 127.0.0.1 --port 4200 --proxy-config proxy.conf.json",
"start:lan": "ng serve --host 0.0.0.0 --port 4200 --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test",
"build:prod": "ng build --configuration production",
"build:dev": "ng build --configuration development"
},
"dependencies": {
"@angular/animations": "^20.3.0",
"@angular/common": "^20.3.0",
"@angular/compiler": "^20.3.0",
"@angular/core": "^20.3.0",
"@angular/forms": "^20.3.0",
"@angular/platform-browser": "^20.3.0",
"@angular/platform-browser-dynamic": "^20.3.0",
"@angular/router": "^20.3.0",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"primeicons": "^7.0.0",
"primeng": "^20.1.2",
"rxjs": "^7.8.1",
"tslib": "^2.8.0",
"zone.js": "~0.15.0",
"@primeuix/themes": "^1.2.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.0",
"@angular/cli": "^20.3.0",
"@angular/compiler-cli": "^20.3.0",
"typescript": "~5.8.0",
"ansi-colors": "^4.1.3",
"esbuild": "^0.25.0",
"semver": "^7.7.1",
"tree-kill": "^1.2.2"
}
}