reviews + events

This commit is contained in:
Daniel
2020-03-02 02:43:15 +01:00
parent 9921b2f3de
commit cb066233c9
52 changed files with 103 additions and 1077 deletions

View File

@@ -5,17 +5,22 @@
"author": "daniel.hutzel@sap.com",
"private": true,
"scripts": {
"bookshop": "cds watch bookshop",
"bookshop-fiori": "cds watch fiori"
"bookshop-fiori": "cds watch fiori",
"bookshop": "cds watch bookshop"
},
"dependencies": {
"@capire/bookshop": "file:bookshop",
"@capire/common": "file:common",
"@capire/fiori": "file:fiori",
"@capire/reviews": "file:reviews"
},
"add-these-to-devDependencies-for-tests": {
"@types/jest": "*",
"jest": "*"
},
"license": "SAP SAMPLE CODE LICENSE"
"license": "SAP SAMPLE CODE LICENSE",
"devDependencies": {
"chai": "^4.2.0",
"chai-deep-match": "^1.2.1"
}
}