-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
45 lines (45 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "r3playx",
"productName": "R3PLAYX",
"private": true,
"version": "2.7.5",
"description": "A nifty third-party NetEase Music player",
"homepage": "https://github.com/sherlockouo/music",
"license": "MIT",
"author": "wdf.coder@gmail.com ",
"repository": "github:sherlockouo/music",
"engines": {
"node": ">=16.0.0"
},
"packageManager": "pnpm@8.6.12",
"scripts": {
"install": "turbo run post-install --parallel --no-cache",
"build": "cross-env-shell IS_ELECTRON=yes turbo run build",
"build:web": "turbo run build:web",
"package": "turbo run build && pnpm run --filter desktop package",
"pack:test": "turbo run build && turbo run pack:test",
"dev": "cross-env-shell IS_ELECTRON=yes turbo run dev --parallel",
"lint": "eslint .",
"format": "prettier --write \"**/*.{ts,tsx,mjs,js,jsx,md,css}\""
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^28.1.3",
"electron-winstaller": "^5.1.0",
"eslint": "^8.31.0",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^5.1.1",
"tsx": "^3.12.1",
"turbo": "^1.11.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@prisma/client": "^5.1.1",
"@unblockneteasemusic/server": "^0.27.3",
"NeteaseCloudMusicApi": "^4.13.2",
"electron-window-state": "^5.0.3",
"log4js": "^6.9.1",
"sax": "^1.2.4"
}
}