mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: 解决build bug
This commit is contained in:
parent
46fe2d734e
commit
e99c4833f7
47 changed files with 1236 additions and 611 deletions
52
package.json
52
package.json
|
|
@ -18,38 +18,40 @@
|
|||
"typecheck": "tsc --noEmit --project src/renderer/tsconfig.json",
|
||||
"debug": "cross-env-shell NODE_ENV=debug \"npm run typecheck && node scripts/build.mjs && vite ./src/renderer\"",
|
||||
"eslint": "eslint --ext .ts,.js ./",
|
||||
"prettier": "prettier --write './**/*.{ts,js,tsx,jsx}'"
|
||||
"prettier": "prettier --write './**/*.{ts,js,tsx,jsx}'",
|
||||
"postinstall": "electron-rebuild"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/node": "^6.19.2",
|
||||
"@sentry/tracing": "^6.19.2",
|
||||
"NeteaseCloudMusicApi": "^4.5.8",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
"@sentry/node": "^6.19.3",
|
||||
"@sentry/tracing": "^6.19.3",
|
||||
"NeteaseCloudMusicApi": "^4.5.10",
|
||||
"better-sqlite3": "7.4.6",
|
||||
"change-case": "^4.1.2",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"electron-log": "^4.4.6",
|
||||
"electron-store": "^8.0.1",
|
||||
"express": "^4.17.3"
|
||||
"express": "^4.17.3",
|
||||
"fast-folder-size": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sentry/react": "^6.19.2",
|
||||
"@sentry/react": "^6.19.3",
|
||||
"@types/better-sqlite3": "^7.5.0",
|
||||
"@types/cookie-parser": "^1.4.2",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/express-fileupload": "^1.2.2",
|
||||
"@types/howler": "^2.2.6",
|
||||
"@types/howler": "^2.2.7",
|
||||
"@types/js-cookie": "^3.0.1",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/md5": "^2.3.2",
|
||||
"@types/qrcode": "^1.4.2",
|
||||
"@types/react": "^17.0.40",
|
||||
"@types/react-dom": "^17.0.13",
|
||||
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
||||
"@typescript-eslint/parser": "^5.15.0",
|
||||
"@vitejs/plugin-react": "^1.2.0",
|
||||
"@types/react": "^17.0.43",
|
||||
"@types/react-dom": "^17.0.14",
|
||||
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
||||
"@typescript-eslint/parser": "^5.17.0",
|
||||
"@vitejs/plugin-react": "^1.3.0",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"axios": "^0.26.1",
|
||||
"classnames": "^2.3.1",
|
||||
|
|
@ -60,15 +62,15 @@
|
|||
"csstype": "^3.0.11",
|
||||
"dayjs": "^1.11.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"electron": "^17.1.2",
|
||||
"electron": "^17.3.1",
|
||||
"electron-builder": "^22.14.13",
|
||||
"electron-devtools-installer": "^3.2.0",
|
||||
"esbuild": "^0.14.28",
|
||||
"eslint": "^8.11.0",
|
||||
"electron-rebuild": "^3.2.7",
|
||||
"esbuild": "^0.14.29",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"eslint-plugin-react-hooks": "^4.4.0",
|
||||
"express-fileupload": "^1.3.1",
|
||||
"fast-folder-size": "^1.6.1",
|
||||
"howler": "^2.2.3",
|
||||
"js-cookie": "^3.0.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
|
|
@ -84,18 +86,18 @@
|
|||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-hot-toast": "^2.2.0",
|
||||
"react-query": "^3.34.16",
|
||||
"react-router-dom": "^6.2.2",
|
||||
"react-query": "^3.34.19",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-use": "^17.3.2",
|
||||
"rollup": "^2.70.1",
|
||||
"rollup-plugin-visualizer": "^5.6.0",
|
||||
"sass": "^1.49.9",
|
||||
"sass": "^1.49.10",
|
||||
"tailwindcss": "^3.0.23",
|
||||
"typescript": "^4.6.2",
|
||||
"unplugin-auto-import": "^0.6.6",
|
||||
"valtio": "^1.4.0",
|
||||
"typescript": "^4.6.3",
|
||||
"unplugin-auto-import": "^0.6.9",
|
||||
"valtio": "^1.5.0",
|
||||
"valtio-persist": "^1.0.2",
|
||||
"vite": "^2.8.6",
|
||||
"vite": "^2.9.1",
|
||||
"vite-plugin-resolve": "^1.8.0",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"wait-on": "^6.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue