mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
refactor: migrate to bun bundler
This commit is contained in:
parent
5aef2d1231
commit
6cc35f6100
10 changed files with 266 additions and 1816 deletions
11
package.json
11
package.json
|
|
@ -2,16 +2,19 @@
|
|||
"name": "jellyfin-spicetify",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "spicetify-creator",
|
||||
"build-local": "spicetify-creator --out=dist --minify",
|
||||
"watch": "spicetify-creator --watch"
|
||||
"build": "bun build.ts",
|
||||
"build-local": "bun build.ts --local",
|
||||
"watch": "bun build.ts --watch & spicetify watch -le"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.3.3",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"spicetify-creator": "^1.0.17"
|
||||
"esbuild": "^0.27.3",
|
||||
"esbuild-css-modules-plugin": "^3.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jellyfin/sdk": "^0.13.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue