forked from Burial0268/GMPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.31 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.31 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "GMPlayer",
"version": "2.0",
"author": "GBCLStudio",
"home": "https://gbclstudio.cn",
"github": "https://github.com/Burial0268/SPlayer",
"scripts": {
"install:deps-amll": "cd deps/apoint-amll && pnpm install",
"build:deps-amll": "cd deps/apoint-amll/packages/vue && pnpm nx run-many -t build --projects=vue,fft,core,lyric,ttml-processor",
"install:with-deps": "pnpm install:deps-amll && pnpm build:deps-amll && pnpm install",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "oxlint src/",
"lint:fix": "oxlint --fix src/",
"fmt": "oxfmt src/",
"fmt:check": "oxfmt --check src/"
},
"dependencies": {
"@applemusic-like-lyrics/core": "^0.3.1",
"@applemusic-like-lyrics/fft": "link:deps\\apoint-amll\\packages\\fft",
"@applemusic-like-lyrics/lyric": "link:deps\\apoint-amll\\packages\\lyric",
"@applemusic-like-lyrics/vue": "link:deps\\apoint-amll\\packages\\vue",
"@icon-park/vue-next": "^1.4.2",
"@ivanv/vue-collapse-transition": "^1.0.2",
"@lyrics-helper-rs/ttml-processor": "link:deps\\apoint-amll\\packages\\ttml-processor",
"@material/material-color-utilities": "^0.4.0",
"@pixi/app": "^7.4.3",
"@pixi/core": "^7.4.3",
"@pixi/display": "^7.4.3",
"@pixi/filter-blur": "^7.4.3",
"@pixi/filter-bulge-pinch": "^5.1.1",
"@pixi/filter-color-matrix": "^7.4.3",
"@pixi/sprite": "^7.4.3",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-http": "~2.5.7",
"@tauri-apps/plugin-log": "~2.8.0",
"@vicons/ionicons5": "^0.13.0",
"add": "^2.0.6",
"artplayer": "^5.4.0",
"axios": "^1.14.0",
"colorthief": "^2.7.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.20",
"gl-matrix": "^3.4.4",
"gsap": "^3.14.2",
"jss": "^10.10.0",
"jss-preset-default": "^10.10.0",
"motion-v": "^1.10.3",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"plyr": "^3.8.4",
"pnpm": "^9.15.9",
"qrcode.vue": "^3.8.1",
"sass": "^1.99.0",
"screenfull": "^6.0.2",
"swiper": "^11.2.10",
"throttle-debounce": "^5.0.2",
"ts-md5": "^2.0.1",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.6.0",
"vue": "^3.5.32",
"vue-i18n": "^11.3.0",
"vue-router": "^4.6.4",
"vue-slider-component": "4.1.0-beta.7",
"workbox-build": "7.4.0",
"workbox-window": "7.4.0"
},
"devDependencies": {
"@jridgewell/sourcemap-codec": "^1.5.5",
"@rollup/plugin-terser": "^0.4.4",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^20.19.39",
"@types/throttle-debounce": "^5.0.2",
"@vicons/material": "^0.13.0",
"@vitejs/plugin-vue": "^6.0.5",
"esbuild": "^0.27.7",
"naive-ui": "~2.43.2",
"oxfmt": "^0.35.0",
"oxlint": "^1.58.0",
"typescript": "^5.9.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite": "^8.0.3",
"vite-plugin-compression2": "^2.5.3",
"vite-plugin-optimize-persist": "^0.1.2",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-vue-devtools": "^8.1.1",
"vite-plugin-vue-mcp": "^0.3.2",
"vite-svg-loader": "^5.1.1",
"vue-tsc": "^2.2.12"
},
"packageManager": "pnpm@10.28.2",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"@applemusic-like-lyrics/lyric"
]
}
}