remove ungodly amount of unsed packages

This commit is contained in:
Seth 2025-04-19 23:51:15 -04:00
parent 1c2692ea4b
commit adc7463a8d
2 changed files with 3 additions and 106 deletions

View file

@ -5,25 +5,15 @@
"main": "index.ts",
"scripts": {
"dev": "bun --hot index.ts",
"build": "bun build ./src/index.html --outdir=dist --sourcemap --target=browser --minify --define:process.env.NODE_ENV='\"production\"' --env='BUN_PUBLIC_*'",
"start": "NODE_ENV=production bun index.ts"
"start": "bun index.ts"
},
"dependencies": {
"@tidal-music/auth": "^1.3.4",
"@types/fluent-ffmpeg": "^2.1.27",
"bootstrap": "^5.3.5",
"ffmpeg-static": "^5.2.0",
"flac-stream-tagger": "^1.0.10",
"halfmoon": "^2.0.2",
"id3js": "^2.1.1",
"node-id3": "^0.2.9",
"react": "^19",
"react-dom": "^19",
"sakura.css": "^1.5.0"
"flac-stream-tagger": "^1.0.10"
},
"devDependencies": {
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/bun": "latest"
}
}
}