Przeprowadzka

This commit is contained in:
2026-07-16 12:24:21 +02:00
commit b2c57f4c14
25 changed files with 9062 additions and 0 deletions
Executable
+30
View File
@@ -0,0 +1,30 @@
{
"name": "home-pantry-angular-v2",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"packageManager": "npm@11.12.1",
"dependencies": {
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.0.1",
"@angular/cli": "^22.0.1",
"@angular/compiler-cli": "^22.0.0",
"prettier": "^3.8.1",
"typescript": "~6.0.2"
}
}