diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index 5c32b8a..533a099 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,8 +10,11 @@ "preview": "vite preview" }, "dependencies": { + "@tailwindcss/vite": "^4.1.11", "react": "^19.1.0", - "react-dom": "^19.1.0" + "react-dom": "^19.1.0", + "react-router": "^7.6.3", + "tailwindcss": "^4.1.11" }, "devDependencies": { "@eslint/js": "^9.25.0", |
