30 lines
803 B
JSON
30 lines
803 B
JSON
{
|
|
"name": "weatherstation-ui",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "ng serve --proxy-config proxy.conf.json",
|
|
"build": "ng build --configuration production --base-href /ui/",
|
|
"dev": "ng serve",
|
|
"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"
|
|
}
|
|
}
|