forked from imsyy/SPlayer
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
56
{
"name": "GMPlayer",
"version": "2.0",
"author": "GBCLStudio",
"home": "https://gbclstudio.cn",
"github": "https://github.com/Burial0268/SPlayer",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@applemusic-like-lyrics/core": "0.2.0-alpha.4",
"@applemusic-like-lyrics/lyric": "^0.2.4",
"@applemusic-like-lyrics/vue": "0.1.5",
"@icon-park/vue-next": "^1.4.2",
"@ivanv/vue-collapse-transition": "^1.0.2",
"@material/material-color-utilities": "^0.3.0",
"artplayer": "^5.2.2",
"axios": "^1.7.9",
"colorthief": "^2.6.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"howler": "^2.2.4",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"plyr": "^3.7.8",
"pnpm": "^9.15.4",
"qrcode.vue": "^3.6.0",
"sass": "^1.83.4",
"screenfull": "^6.0.2",
"swiper": "^11.2.1",
"throttle-debounce": "^5.0.2",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.4.1",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vue-slider-component": "4.1.0-beta.7",
"workbox-build": "7.3.0",
"workbox-window": "7.3.0"
},
"devDependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0",
"@rollup/plugin-terser": "^0.4.4",
"@tauri-apps/cli": "^2.2.7",
"@vicons/material": "^0.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"naive-ui": "^2.41.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.21.1"
}
}