mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-08-12 12:29:41 +00:00
feat: add website
This commit is contained in:
parent
43eb8ff31f
commit
ce4ea63abd
7 changed files with 927 additions and 177 deletions
14
package.json
14
package.json
|
|
@ -4,20 +4,20 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "bun build.ts && spicetify apply",
|
||||
"build-local": "bun build.ts --local",
|
||||
"watch": "bun build.ts --watch & spicetify watch -le"
|
||||
"build": "node build.ts && spicetify apply",
|
||||
"build-local": "node build.ts --local",
|
||||
"watch": "node build.ts --watch & spicetify watch -le"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.3.3",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/node": "^26.1.1",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"esbuild": "^0.27.3",
|
||||
"esbuild": "^0.28.1",
|
||||
"esbuild-css-modules-plugin": "^3.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jellyfin/sdk": "^0.13.0",
|
||||
"fuse.js": "^7.1.0"
|
||||
"fuse.js": "^7.4.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue