Files
flat-pilot/apps/frontend/package.json
Bastian Wagner e62673ac11 mvp
2026-07-20 09:01:36 +02:00

27 lines
811 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",
"ag-grid-angular": "^36.0.1",
"ag-grid-community": "^36.0.1",
"rxjs": "7.8.2",
"tslib": "2.8.1"
}
}