fix feed table styles

This commit is contained in:
pa
2026-01-06 23:52:09 +09:00
committed by Natsumi
parent a1a9f756c8
commit 08c2499fa0
3 changed files with 109 additions and 41 deletions

View File

@@ -50,6 +50,8 @@
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"animate.css": "^4.1.1",
"babel-runtime": "^6.26.0",
"concurrently": "^9.2.1",
@@ -67,12 +69,15 @@
"globals": "^16.5.0",
"jest": "^30.2.0",
"lightningcss": "^1.30.2",
"lucide-vue-next": "^0.562.0",
"noty": "^3.2.0-beta-deprecated",
"pinia": "^3.0.4",
"prettier": "^3.7.4",
"reka-ui": "^2.7.0",
"remixicon": "^4.8.0",
"sass-embedded": "^1.97.1",
"tailwindcss": "^4.1.18",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"vite": "^7.3.0",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
@@ -166,13 +171,7 @@
}
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hazardous": "^0.3.0",
"lucide-vue-next": "^0.562.0",
"node-api-dotnet": "^0.9.18",
"reka-ui": "^2.7.0",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0"
"node-api-dotnet": "^0.9.18"
}
}