diff options
Diffstat (limited to 'server/frontend/package.json')
-rw-r--r-- | server/frontend/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/server/frontend/package.json b/server/frontend/package.json index a8a8880..e344700 100644 --- a/server/frontend/package.json +++ b/server/frontend/package.json @@ -21,11 +21,14 @@ }, "dependencies": { "@solidjs/router": "^0.15.3", + "@tailwindcss/vite": "^4.1.5", "apexcharts": "^4.3.0", + "chartist": "^1.3.1", "moment": "^2.30.1", "openapi-fetch": "^0.13.4", "solid-apexcharts": "^0.4.0", - "solid-js": "^1.9.3" + "solid-js": "^1.9.3", + "tailwindcss": "^4.1.5" }, "devEngines": { "packageManager": { |