mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-09 09:55:07 +05:30
feat: react helmet
This commit is contained in:
parent
e2a5165b19
commit
17ba68be34
7 changed files with 126 additions and 47 deletions
|
|
@ -33,6 +33,7 @@
|
|||
"notistack": "^3.0.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-router-dom": "^6.23.1",
|
||||
"yup": "^1.4.0"
|
||||
},
|
||||
|
|
@ -44,6 +45,7 @@
|
|||
"@types/node": "^20.12.12",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-helmet": "^6.1.11",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"@vitejs/plugin-react-swc": "^3.7.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue