diff --git a/src/frontend/package.json b/src/frontend/package.json index 6a34df6..84cbeb3 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -27,6 +27,7 @@ "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.3.0", "@vue/tsconfig": "^0.7.0", + "daisyui": "^5.0.6", "eslint": "^9.18.0", "eslint-plugin-oxlint": "^0.15.6", "eslint-plugin-vue": "^9.32.0", diff --git a/src/frontend/pnpm-lock.yaml b/src/frontend/pnpm-lock.yaml index e59525b..ec9a6f3 100644 --- a/src/frontend/pnpm-lock.yaml +++ b/src/frontend/pnpm-lock.yaml @@ -39,6 +39,9 @@ importers: '@vue/tsconfig': specifier: ^0.7.0 version: 0.7.0(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)) + daisyui: + specifier: ^5.0.6 + version: 5.0.6 eslint: specifier: ^9.18.0 version: 9.20.1(jiti@2.4.2) @@ -960,6 +963,9 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + daisyui@5.0.6: + resolution: {integrity: sha512-/e/9Gw/2y9oawBJlWkJMSEhRXdmfOLvcPl+6q/x2rPEdIVOtebs1t3ex2vwySl9vCRs1GGNBKCiL+P60Ps/wUw==} + de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} @@ -2704,6 +2710,8 @@ snapshots: csstype@3.1.3: {} + daisyui@5.0.6: {} + de-indent@1.0.2: {} debug@4.4.0: diff --git a/src/frontend/src/App.vue b/src/frontend/src/App.vue index 1d03793..577b037 100644 --- a/src/frontend/src/App.vue +++ b/src/frontend/src/App.vue @@ -1,15 +1,14 @@