fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
aovantsev
2025-10-03 14:39:41 +03:00
parent 5b2f707c1a
commit 69a9b7b689
5 changed files with 42 additions and 46 deletions

View File

@@ -4,21 +4,19 @@
"private": true,
"dependencies": {
"@types/node": "^16.18.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.0",
"autoprefixer": "^10.4.0",
"axios": "^1.6.0",
"react-hook-form": "^7.48.0",
"react-query": "^3.39.0",
"date-fns": "^2.30.0",
"lucide-react": "^0.294.0",
"postcss": "^8.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.0",
"react-query": "^3.39.0",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"tailwindcss": "^3.3.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0"
"typescript": "^4.9.0"
},
"scripts": {
"start": "react-scripts start",
@@ -45,7 +43,9 @@
]
},
"devDependencies": {
"@types/jest": "^27.5.0"
"@types/jest": "^27.5.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0"
},
"proxy": "http://localhost:8080"
}