-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
55
{
"name": "ynmusic",
"version": "1.0.7",
"main": "dist-electron/main/index.js",
"description": "Yn Music unofficial",
"author": "Sawaxon",
"license": "MIT",
"private": true,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder -wlm",
"preview": "vite preview",
"pree2e": "vite build --mode=test",
"e2e": "playwright test"
},
"dependencies": {
"@preact/signals": "^1.1.3",
"@preact/signals-react": "^1.2.2",
"@tanstack/react-router": "^0.0.1-beta.83",
"@tanstack/router": "^0.0.1-beta.83",
"axios": "^1.3.5",
"clsx": "^1.2.1",
"electron-updater": "^5.3.0",
"radash": "^10.8.1",
"react-icons": "^4.8.0",
"react-router-dom": "^6.10.0",
"yandex-music-client": "^0.4.3"
},
"devDependencies": {
"@playwright/test": "^1.32.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"electron": "^23.2.0",
"electron-builder": "^23.6.0",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.2",
"vite": "^4.1.4",
"vite-plugin-electron": "^0.11.1",
"vite-plugin-electron-renderer": "^0.13.14"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}