Camelize with yamps.
parent
d79f610a
No related branches found
No related tags found
... | @@ -16,6 +16,7 @@ | ... | @@ -16,6 +16,7 @@ |
"@types/react-router-dom": "^5.1.7", | "@types/react-router-dom": "^5.1.7", | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"eslint-config-airbnb-typescript": "^12.3.1", | "eslint-config-airbnb-typescript": "^12.3.1", | ||
"humps": "^2.0.1", | |||
"react": "^17.0.1", | "react": "^17.0.1", | ||
"react-dom": "^17.0.1", | "react-dom": "^17.0.1", | ||
"react-hook-form": "^6.15.5", | "react-hook-form": "^6.15.5", | ||
... | @@ -54,6 +55,7 @@ | ... | @@ -54,6 +55,7 @@ |
} | } | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/humps": "^2.0.0", | |||
"@typescript-eslint/eslint-plugin": "^4.18.0", | "@typescript-eslint/eslint-plugin": "^4.18.0", | ||
"@typescript-eslint/parser": "^4.18.0", | "@typescript-eslint/parser": "^4.18.0", | ||
"eslint": "^7.2.0", | "eslint": "^7.2.0", | ||
... | ... |
Please register or sign in to comment