forked from surfbryce/beautiful-lyrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 968 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
{
"name": "beautiful-lyrics",
"version": "3.2.1",
"private": true,
"scripts": {
"build": "spicetify-creator --out=dist --minify",
"watch": "spicetify-creator --watch",
"start": "spicetify-creator & spicetify config extensions beautiful-lyrics.js & spicetify apply enable-devtools",
"production": "spicetify-creator & spicetify config extensions beautiful-lyrics.js- & spicetify apply enable-devtools"
},
"license": "MIT",
"devDependencies": {
"@types/d3-ease": "^3.0.0",
"@types/dat.gui": "^0.7.10",
"@types/kuromoji": "^0.1.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"spicetify-creator": "^1.0.13"
},
"dependencies": {
"@sglkc/kuroshiro": "^1.0.1",
"aromanize": "^0.1.5",
"cubic-spline": "^3.0.3",
"curve-interpolator": "^3.1.1",
"d3-ease": "^3.0.1",
"franc": "^6.1.0",
"pinyin": "^3.0.0-alpha.5",
"simplebar": "latest",
"simplebar-core": "latest"
}
}