mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-12 11:02:37 +05:30
feat: initial commit
This commit is contained in:
parent
2cb7ce23db
commit
3757717bcf
16 changed files with 959 additions and 268 deletions
|
|
@ -22,8 +22,13 @@
|
|||
"typecheck": "tsc --project tsconfig.json --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11.4",
|
||||
"@emotion/styled": "^11.11.5",
|
||||
"@mui/icons-material": "^5.15.20",
|
||||
"@mui/material": "^5.15.20",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.23.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.4.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue