add booking status as calendar

This commit is contained in:
Thomas Ruoff
2020-09-03 00:31:42 +02:00
committed by Thomas Ruoff
parent b3c1b18e50
commit a03a837615
5 changed files with 136 additions and 0 deletions

11
package-lock.json generated
View File

@@ -9525,6 +9525,17 @@
"prop-types": "^15.6.2"
}
},
"react-calendar-component": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-calendar-component/-/react-calendar-component-3.0.0.tgz",
"integrity": "sha512-vua/pu+hTeLD9SSc+NH79IwCLc3REvl4gL9C3dtUo/+cGhPiQo6CGC/Jm8AVgTBhO4CtNr21tEWAdlCVqIxBbA==",
"requires": {
"@babel/preset-react": "^7.0.0",
"classnames": "^2.2.5",
"moment": "^2.19.1",
"prop-types": "^15.7.2"
}
},
"react-dom": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.13.1.tgz",