Files
LoveLiveMusicPlayer-Next/package.json
2026-08-08 22:45:23 +08:00

67 lines
2.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "lovelive-music-player-next",
"version": "2.0.0",
"description": "LoveLiveMusicPlayer 桌面端Apple 风格重构版)",
"main": "./out/main/index.js",
"author": "zhushenwudi",
"license": "MIT",
"type": "module",
"scripts": {
"format": "prettier --write .",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "env -u ELECTRON_RUN_AS_NODE -u ATOM_SHELL_INTERNAL_RUN_AS_NODE electron-vite preview",
"dev": "node scripts/patch-electron-dev-name.mjs && env -u ELECTRON_RUN_AS_NODE -u ATOM_SHELL_INTERNAL_RUN_AS_NODE electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps && node scripts/patch-electron-dev-name.mjs",
"build:win": "npm run build && node scripts/run-electron-builder.mjs --win",
"build:mac": "npm run build && node scripts/run-electron-builder.mjs --mac",
"build:linux": "npm run build && node scripts/run-electron-builder.mjs --linux",
"monkey": "node scripts/monkey-test.mjs --complex",
"monkey:build": "npx electron-vite build && node scripts/monkey-test.mjs --complex",
"monkey:heavy": "npx electron-vite build && node scripts/monkey-test.mjs --complex --actions=300 --storm=60"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^2.0.0",
"@types/better-sqlite3": "^7.6.13",
"@types/express": "^5.0.6",
"@types/ip": "^1.1.3",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.5.4",
"electron": "^43.1.1",
"electron-builder": "^26.15.3",
"electron-vite": "^5.0.0",
"playwright": "^1.51.0",
"postcss": "^8.5.19",
"prettier": "^3.9.5",
"tailwindcss": "^3.4.19",
"typescript": "^7.0.2",
"vite": "^7.3.6"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^4.0.0",
"axios": "^1.18.1",
"better-sqlite3": "^12.11.1",
"clsx": "^2.1.1",
"electron-store": "^11.0.2",
"express": "^5.2.1",
"ffmpeg-static": "^5.3.0",
"framer-motion": "^12.42.2",
"ip": "^2.0.1",
"lucide-react": "^1.25.0",
"music-metadata": "^11.14.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.1",
"ws": "^8.21.1",
"zustand": "^5.0.14"
}
}