mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
added data chunking for storage
This commit is contained in:
parent
6ede9f157e
commit
e921803267
8 changed files with 821 additions and 145 deletions
|
@ -8,7 +8,8 @@
|
|||
"build": "tsc && vite build",
|
||||
"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"
|
||||
"preview": "vite preview",
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remirror/pm": "^2.0.4",
|
||||
|
@ -51,6 +52,7 @@
|
|||
"eslint-plugin-react-refresh": "^0.3.4",
|
||||
"rollup-plugin-visualizer": "^5.9.0",
|
||||
"typescript": "^5.0.2",
|
||||
"vite": "^4.3.0"
|
||||
"vite": "^5.4.8",
|
||||
"vitest": "^2.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue