initial commit

This commit is contained in:
Tholut A 2026-08-08 17:55:56 +07:00
commit 7e466e29d2
28 changed files with 17360 additions and 0 deletions

31
package.json Normal file
View file

@ -0,0 +1,31 @@
{
"name": "let-me-focus",
"description": "go back to your work!",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@webext-core/proxy-service": "^3.0.2",
"idb": "^8.0.3",
"uuid": "^14.0.1",
"vue": "^3.5.29"
},
"devDependencies": {
"@wxt-dev/module-vue": "^1.0.3",
"typescript": "^5.9.3",
"vite": "^8.1.5",
"vue-tsc": "^3.2.5",
"web-ext": "^5.5.0",
"wxt": "^0.20.27"
}
}