[fix] Fixed frontend dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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-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"
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^5.2.0",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.30",
|
||||
|
||||
Reference in New Issue
Block a user