mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
Refactor(web): Replace final-form with Formik and cleanup (#46)
* refactor: begin to replace final-form * refactor: replace final-form with formik n cleanup
This commit is contained in:
parent
c4d580eb03
commit
5e29564f03
66 changed files with 1523 additions and 3409 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"proxy": "http://localhost:8989",
|
||||
"proxy": "http://127.0.0.1:8989",
|
||||
"homepage": ".",
|
||||
"dependencies": {
|
||||
"@craco/craco": "^6.1.2",
|
||||
|
@ -16,14 +16,10 @@
|
|||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"date-fns": "^2.25.0",
|
||||
"final-form": "^4.20.2",
|
||||
"final-form-arrays": "^3.0.2",
|
||||
"formik": "^2.2.9",
|
||||
"react": "^17.0.2",
|
||||
"react-cookie": "^4.1.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-final-form": "^6.5.3",
|
||||
"react-final-form-arrays": "^3.1.3",
|
||||
"react-hot-toast": "^2.1.1",
|
||||
"react-multi-select-component": "^4.0.2",
|
||||
"react-query": "^3.18.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue