Files
boilerplate/apps/frontend/package.json
Bastian Wagner 543e8273a7 initial
2026-07-16 09:49:22 +02:00

25 lines
741 B
JSON

{
"name": "@boilerplate/frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "ng serve --host 0.0.0.0 --port 4200 --proxy-config proxy.conf.json",
"build": "ng build --configuration production",
"typecheck": "ng build --configuration development --no-progress",
"test": "vitest run --config vitest.config.ts"
},
"dependencies": {
"@angular/common": "22.0.6",
"@angular/compiler": "22.0.6",
"@angular/core": "22.0.6",
"@angular/forms": "22.0.6",
"@angular/platform-browser": "22.0.6",
"@angular/platform-browser-dynamic": "22.0.6",
"@angular/router": "22.0.6",
"@boilerplate/api-client": "1.0.0",
"rxjs": "7.8.2",
"tslib": "2.8.1"
}
}