diff --git a/package.json b/package.json index cf1fc4e..70d5fca 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "vue-router": "latest" }, "devDependencies": { + "tailwindcss": "^4.2.2", "typescript": "~5.8.0" }, "pnpm": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62fb86c..7f8b8a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,6 +36,9 @@ importers: specifier: latest version: 5.0.4(@vue/compiler-sfc@3.5.32)(vue@3.5.32(typescript@5.8.3)) devDependencies: + tailwindcss: + specifier: ^4.2.2 + version: 4.2.2 typescript: specifier: ~5.8.0 version: 5.8.3