20230727book-monkey-Erweiterung

This commit is contained in:
2023-07-27 16:15:33 +02:00
parent bdcdd8a6ff
commit fe2cf8f994
27 changed files with 951 additions and 524 deletions

View File

@@ -7,7 +7,8 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
"lint": "ng lint",
"format": "prettier --write src"
},
"private": true,
"dependencies": {
@@ -37,12 +38,16 @@
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.0.0",
"prettier-eslint": "^15.0.1",
"typescript": "~5.1.3"
}
}
}