-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.58 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
51
52
53
54
55
56
57
{
"name": "Moegi",
"description": "A Spotify lyrics extension for styling, translation, and romanization",
"homepage": "https://github.com/sglkc/moegi",
"private": true,
"version": "2.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",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@fontsource/quicksand": "^5.2.10",
"@preact/signals": "^1.3.2",
"@romanize/korean": "^0.1.3",
"@sglkc/kuromoji": "^1.1.0",
"@sglkc/kuroshiro": "^1.0.1",
"@sglkc/kuroshiro-analyzer-kuromoji": "^1.0.1",
"@unocss/reset": "^0.54.3",
"@webext-core/messaging": "^2.3.0",
"any-ascii": "^0.3.3",
"cyrillic-to-translit-js": "^3.2.1",
"deep-object-diff": "^1.1.9",
"deepsignal": "^1.6.0",
"google-translate-api-x": "^10.7.2",
"pinyin-pro": "^3.27.0",
"preact": "^10.27.2",
"react-colorful": "^5.6.1",
"toastify-js": "^1.12.0",
"unicode-properties": "^1.4.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@preact/preset-vite": "^2.10.2",
"@types/chrome": "^0.0.242",
"@types/node": "^22.19.1",
"@types/toastify-js": "^1.12.4",
"@types/unicode-properties": "^1.3.2",
"@wxt-dev/unocss": "^1.0.1",
"typescript": "^5.9.3",
"unocss": "^66.5.6",
"wxt": "^0.20.11"
},
"pnpm": {
"onlyBuiltDependencies": [
"dtrace-provider",
"esbuild",
"spawn-sync"
]
}
}