add sync storage

This commit is contained in:
Fedor Katurov 2024-10-02 18:54:04 +07:00
parent b0665bfb2a
commit 6d00bffbec
14 changed files with 164 additions and 82 deletions

View file

@ -1,12 +1,12 @@
{
"name": "markdown-home-tab",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"package": "yarn build && cd dist && web-ext build",
"package": "yarn build && web-ext build -s ./dist",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
@ -34,8 +34,10 @@
"web-ext": "^7.6.1"
},
"devDependencies": {
"@types/chrome": "^0.0.273",
"@types/classnames": "^2.3.1",
"@types/color": "^3.0.3",
"@types/firefox-webext-browser": "^120.0.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",