33 lines
1.1 KiB
JSON

{
"name": "weatherstation-ui",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "ng serve weatherstation-ui --proxy-config proxy.conf.json",
"start:bigscreen": "ng serve weatherstation-bigscreen --proxy-config proxy.conf.json",
"build": "npm run build:ui && npm run build:bigscreen",
"build:ui": "ng build weatherstation-ui --configuration production --base-href /ui/",
"build:bigscreen": "ng build weatherstation-bigscreen --configuration production --base-href /bigscreen/",
"dev": "ng serve weatherstation-ui",
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"typescript": "~5.3.3"
}
}