Add interview page (incomplete commit)

This commit is contained in:
2020-05-02 06:54:14 +01:00
parent e0e417e631
commit 623200914d
13 changed files with 38861 additions and 9 deletions

28
package-lock.json generated
View File

@@ -952,6 +952,34 @@
"to-fast-properties": "^2.0.0"
}
},
"@fullcalendar/core": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.4.0.tgz",
"integrity": "sha512-PC4mmXHJHAlXmUEmZVnePyA8yYCOBdxBNq8yjJqedEtT1X0x36yTFz/Y0Ux6bniICZDqYtk0xoxe6jaxi++e0g=="
},
"@fullcalendar/daygrid": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-4.4.0.tgz",
"integrity": "sha512-pDfvL0XZxKHTZ4VFOmwaYe3LmuABEIZsEopeqQ8y5O6BDen9KCbJqgHeCI8FpASSBd6bNlUx7il7EHdSoHhgIw=="
},
"@fullcalendar/list": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-4.4.0.tgz",
"integrity": "sha512-uUDSPS71czNTK5Z3x3HzeE3KIvqkCfvhY+mGFdaAL6+7VpCwEIfB6s3GIJOjzu9TONmczMk4jdq0b1WUFLY5PQ=="
},
"@fullcalendar/timegrid": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-4.4.0.tgz",
"integrity": "sha512-QwJ9oM87/ZTbXaE8PMIVp20GPtVCFmroaeR1GydJ6BKYtbxG/nsaSv7RhqvDa2jLjHaTWC2NjHo9hRfjQjtCZA==",
"requires": {
"@fullcalendar/daygrid": "~4.4.0"
}
},
"@fullcalendar/timeline": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/timeline/-/timeline-4.4.0.tgz",
"integrity": "sha512-GpgNMVjUkFXlC/dVBhiVZJf3/22EulvD1qLaH5zEk/2xYZVdKC9BWo+vOAuRjyvuDnkgHSmtqyjyV2KlRNKWPw=="
},
"@mrmlnc/readdir-enhanced": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",