-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 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
{
"name": "linuxdo-scripts",
"description": "manifest.json description",
"version": "1.5.28",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"py": "py scripts/build.py",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"publish": "wxt build && wxt zip && wxt zip -b firefox && py scripts/build.py",
"rf": "rimraf node_modules",
"tran": "py scripts/translate_md.py"
},
"dependencies": {
"@arco-themes/vue-indigo-sky": "^0.0.1",
"element-plus": "^2.9.1",
"html2canvas": "^1.4.1",
"jquery": "^3.7.1",
"marked": "^14.1.1",
"pangu": "^4.0.7",
"publish": "^0.6.0",
"vue": "^3.5.12",
"webdav": "^5.7.1",
"webext-dynamic-content-scripts": "^10.0.3",
"webext-permission-toggle": "^5.0.1"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.3",
"@types/chrome": "^0.0.280",
"@vitejs/plugin-vue": "^5.1.2",
"@wxt-dev/module-vue": "^1.0.1",
"adm-zip": "^0.5.16",
"less": "^4.2.1",
"less-loader": "^8.0.0",
"sass": "^1.77.8",
"style-loader": "^2.0.0",
"typescript": "5.6.3",
"unplugin-vue-components": "^0.22.4",
"vue-tsc": "^2.1.10",
"wxt": "^0.19.13"
}
}