generated from antfu-collective/vitesse-webext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
{
"name": "inkcre",
"description": "InKCre's Web extension",
"private": true,
"version": "0.1.0",
"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",
"crx": "wxt build && crx3 -p .output/inkcre.pem -o .output/inkcre-$npm_package_version-chrome.crx .output/chrome-mv3",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@iconify/json": "^2.2.239",
"@mozilla/readability": "^0.6.0",
"@unocss/preset-icons": "^66.5.1",
"@unocss/reset": "^66.5.1",
"@vueuse/core": "^13.9.0",
"@vueuse/shared": "^13.9.0",
"@wxt-dev/storage": "^1.2.0",
"vue": "^3.5.21",
"vue-demi": "^0.14.10",
"vue-markdown-render": "^2.3.0",
"webext-bridge": "^6.0.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.0",
"@types/wink-tokenizer": "^4.0.6",
"@unocss/preset-uno": "^66.5.1",
"@wxt-dev/module-vue": "^1.0.2",
"crx3": "^1.1.3",
"typescript": "^5.9.2",
"unocss": "^66.5.1",
"vue-tsc": "^3.0.6",
"wxt": "^0.20.6"
}
}