-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 923 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 923 Bytes
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
{
"name": "immeranki",
"version": "0.1.7",
"private": true,
"type": "module",
"scripts": {
"dev": "npm run build && (vite build --watch & vite build --config vite.content.config.ts --watch & web-ext run --source-dir dist --target firefox-desktop)",
"build": "vite build && vite build --config vite.content.config.ts",
"watch": "vite build --watch & vite build --config vite.content.config.ts --watch",
"lint": "web-ext lint --source-dir dist",
"package": "npm run build && web-ext build --source-dir dist/ --overwrite-dest"
},
"dependencies": {
"@xenova/transformers": "2.17.2",
"fflate": "^0.8.2",
"preact": "^10.26.0",
"sql.js": "^1.14.1",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.5",
"@types/webextension-polyfill": "^0.10.7",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"web-ext": "^8.4.0"
}
}