forked from niuchaobo/acfun-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 974 Bytes
/
package.json
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
{
"name": "acfun-helper",
"description": "AcFun-Helper",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "wxt -b edge",
"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": {
"@types/chrome": "^0.0.268",
"@xmldom/xmldom": "^0.9.6",
"dayjs": "^1.11.13",
"jquery": "^3.7.1",
"material-design-icons": "^3.0.1",
"mdui": "^2.1.3",
"pinia": "^2.3.0",
"tinykeys": "^2.1.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"@types/jquery": "^3.5.32",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.82.0",
"sass-loader": "^16.0.4",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10",
"wxt": "^0.19.19"
},
"nohoist": [
"**/wxt"
]
}