fixed build problems of webapp

This commit is contained in:
Ralf Bauer 2025-01-11 01:50:04 +01:00
parent 79074f78c3
commit e07353ceef
7 changed files with 1041 additions and 1045 deletions

View File

@ -13,6 +13,9 @@
"format": "prettier --write src/" "format": "prettier --write src/"
}, },
"dependencies": { "dependencies": {
"vue-google-charts": "^1.1.0",
"vue3-calendar-heatmap": "^2.0.5",
"tippy.js": "^6.3.7",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3", "bootstrap": "^5.3.3",
"bootstrap-icons-vue": "^1.11.3", "bootstrap-icons-vue": "^1.11.3",

View File

@ -8,7 +8,7 @@
import { defineComponent } from 'vue'; import { defineComponent } from 'vue';
import { CalendarHeatmap } from 'vue3-calendar-heatmap' import { CalendarHeatmap } from 'vue3-calendar-heatmap'
import { authHeader, handleResponse } from '@/utils/authentication'; import { authHeader, handleResponse } from '@/utils/authentication';
let data: Array<{ date: Date; count: number; }>; let data: Array<{ date: Date; count: number; }> = [];
export default defineComponent({ export default defineComponent({
components: { components: {

1
webapp/yarn Symbolic link
View File

@ -0,0 +1 @@
/usr/share/nodejs/yarn/bin/yarn

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.