mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
implement Storage Provider
This commit is contained in:
parent
db911e51e4
commit
2ba35b8e2b
16 changed files with 393 additions and 96 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue