added theme detection

This commit is contained in:
Fedor Katurov 2023-04-26 22:26:04 +06:00
parent 378687df52
commit 70f6dcd495
11 changed files with 133 additions and 19 deletions

View file

@ -25,6 +25,7 @@
"@remirror/react": "^2.0.27",
"@remirror/react-editors": "^1.0.27",
"classnames": "^2.3.2",
"color": "^4.2.3",
"dockview": "^1.7.1",
"formik": "^2.2.9",
"i18next": "^22.4.15",
@ -42,6 +43,7 @@
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/color": "^3.0.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",