Merge branch 'main' into feat/stripe

This commit is contained in:
Constantin Simonis 2025-02-13 10:09:52 +00:00
commit 13dfc3cf5b
13 changed files with 437 additions and 48 deletions

View file

@ -8,7 +8,8 @@
"watch": "bunx @angular/cli build --watch --configuration development",
"test": "bunx @angular/cli test",
"format": "prettier --write \"src/**/*.{ts,html,css,scss}\"",
"format:check": "prettier --check \"src/**/*.{ts,html,css,scss}\""
"format:check": "prettier --check \"src/**/*.{ts,html,css,scss}\"",
"lint": "ng lint"
},
"private": true,
"dependencies": {
@ -34,6 +35,8 @@
"@angular/cli": "^18.2.2",
"@angular/compiler-cli": "^18.2.0",
"@types/jasmine": "~5.1.0",
"angular-eslint": "19.1.0",
"eslint": "^9.20.0",
"jasmine-core": "~5.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
@ -41,6 +44,7 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.4.2",
"typescript": "~5.5.2"
"typescript": "~5.5.2",
"typescript-eslint": "8.23.0"
}
}
}