mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
add sync storage
This commit is contained in:
parent
b0665bfb2a
commit
6d00bffbec
14 changed files with 164 additions and 82 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue