-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.09 KB
/
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
{
"name": "moegi",
"description": "A Spotify lyrics extension for styling, translation, and romanization",
"homepage": "https://github.com/sglkc/moegi",
"private": true,
"version": "1.2.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/quicksand": "^5.1.0",
"@preact/signals": "^1.3.0",
"@romanize/korean": "^0.1.1",
"@sglkc/kuroshiro": "^1.0.1",
"@sglkc/kuroshiro-analyzer-kuromoji": "^1.0.1",
"@unocss/reset": "^0.54.3",
"any-ascii": "^0.3.2",
"cyrillic-to-translit-js": "^3.2.1",
"google-translate-api-x": "^10.7.1",
"pinyin-pro": "^3.26.0",
"preact": "^10.24.3",
"react-colorful": "^5.6.1",
"toastify-js": "^1.12.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@preact/preset-vite": "^2.9.1",
"@types/chrome": "^0.0.242",
"@types/node": "^20.17.6",
"@types/toastify-js": "^1.12.3",
"typescript": "^5.6.3",
"unocss": "^0.63.6",
"vite": "^5.4.11",
"vite-plugin-cp": "^1.0.0"
}
}