diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 0a909a6..12e381e 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -13,7 +13,7 @@ jobs: with: node-version: '18' - name: Install dependencies - run: cd frontend && npm install + run: cd frontend && npm install --save-dev - name: Linting run: cd frontend && npm run lint diff --git a/frontend/package.json b/frontend/package.json index f3cca1d..5a3f750 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,11 +19,16 @@ "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", + "@vitejs/plugin-react-swc": "^3.5.0", + "autoprefixer": "^10.4.19", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "cn-decorator": "^2.1.0", + "cross": "^1.0.0", "i18next": "^23.10.1", + "less": "^4.2.0", "lucide-react": "^0.363.0", + "postcss": "^8.4.38", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.51.2", @@ -31,15 +36,11 @@ "react-router": "^6.22.3", "react-router-dom": "^6.22.3", "tailwind-merge": "^2.2.2", + "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", - "zod": "^3.22.4", - "vite": "^5.2.0", "typescript": "^5.2.2", - "@vitejs/plugin-react-swc": "^3.5.0", - "less": "^4.2.0", - "postcss": "^8.4.38", - "tailwindcss": "^3.4.3", - "autoprefixer": "^10.4.19" + "vite": "^5.2.0", + "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.30",