implement Storage Provider

This commit is contained in:
Fedor Katurov 2024-10-07 22:48:09 +07:00
parent db911e51e4
commit 2ba35b8e2b
16 changed files with 393 additions and 96 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"package": "yarn build && web-ext build -s ./dist -a ./output",
"package": "yarn build && web-ext build -s ./dist -a ./output --overwrite-dest",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
@ -21,6 +21,7 @@
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
@ -38,6 +39,7 @@
"@types/classnames": "^2.3.1",
"@types/color": "^3.0.3",
"@types/firefox-webext-browser": "^120.0.4",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",