-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "browser-ai",
"version": "0.3.0-beta.1",
"description": "Local AI translation and summarization using Chrome's built-in APIs. Private, fast, and works offline.",
"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",
"postinstall": "wxt prepare",
"preview": "vite preview",
"test": "vitest run",
"test:ui": "vitest --ui",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"type-check": "vue-tsc --noEmit",
"cc": "npm run type-check & npm run lint & npm run build & wait"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@types/dom-chromium-ai": "^0.0.10",
"@types/node": "^24.5.2",
"@vitest/coverage-v8": "^4.0.7",
"@vue/test-utils": "^2.4.3",
"@webext-core/fake-browser": "^1.3.2",
"@wxt-dev/module-vue": "^1.0.3",
"autoprefixer": "^10.4.17",
"eslint": "^9.39.1",
"eslint-plugin-tsdoc": "^0.5.0",
"eslint-plugin-vue": "^10.6.1",
"globals": "^16.4.0",
"happy-dom": "^20.0.2",
"typescript": "^5.2.2",
"typescript-eslint": "^8.46.1",
"vite": "^7.1.12",
"vite-plugin-vuetify": "^2.1.2",
"vitest": "^4.0.7",
"vue-tsc": "^3.1.2",
"vuetify": "^3.10.11",
"wxt": "^0.20.11"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@webext-core/messaging": "^2.3.0",
"@webext-core/proxy-service": "^1.2.1",
"vue": "^3.5.22"
}
}