-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 4.76 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "no-mercy-app",
"private": true,
"version": "0.0.1",
"type": "module",
"description": "The Effortless Encoder",
"author": "NoMercy Entertainment <[email protected]>",
"license": "none",
"scripts": {
"postinstall": "node ./scripts/patchMediaSessionPlugin.cjs",
"dev": "vite --host --force",
"dev:android": "ionic capacitor run android -l --external --host 192.168.2.201 --port 5502",
"dev:phone": "ionic capacitor run android -l --external --target 192.168.2.95:5555 --host 192.168.2.201 --port 5502",
"dev:tv": "ionic capacitor run android -l --external --target 192.168.2.80:5555 --host 192.168.2.201 --port 5502",
"dev:emu": "ionic capacitor run android -l --external --host 192.168.2.201 --port 5502",
"build:android": "ionic capacitor build android",
"build:ios": "ionic capacitor build ios",
"build": "vite build",
"preview": "vite build && vite preview --host --port=5502 ./",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint ."
},
"dependencies": {
"@awesome-cordova-plugins/android-full-screen": "^6.11.0",
"@awesome-cordova-plugins/core": "^6.11.0",
"@capacitor-community/app-icon": "^5.0.0",
"@capacitor-community/keep-awake": "^5.0.1",
"@capacitor-community/media": "^6.0.0",
"@capacitor-community/native-audio": "^6.0.0",
"@capacitor-community/safe-area": "^6.0.0-alpha.8",
"@capacitor-community/screen-brightness": "^6.0.0",
"@capacitor-community/volume-buttons": "^6.0.0",
"@capacitor/android": "^6.2.0",
"@capacitor/app": "6.0.1",
"@capacitor/assets": "^3.0.5",
"@capacitor/browser": "^6.0.5",
"@capacitor/core": "^6.2.0",
"@capacitor/device": "^6.0.1",
"@capacitor/haptics": "6.0.1",
"@capacitor/ios": "^6.2.0",
"@capacitor/keyboard": "6.0.2",
"@capacitor/preferences": "^6.0.2",
"@capacitor/screen-orientation": "^6.0.2",
"@capacitor/splash-screen": "^6.0.2",
"@capacitor/status-bar": "6.0.1",
"@dsb-norge/vue-keycloak-js": "^2.4.0",
"@headlessui/vue": "^1.7.23",
"@hugotomazi/capacitor-navigation-bar": "^4.0.1",
"@ionic-native/core": "^5.36.0",
"@ionic-native/deeplinks": "^5.36.0",
"@ionic/vue": "^8.4.1",
"@ionic/vue-router": "^8.4.1",
"@jofr/capacitor-media-session": "^4.0.0",
"@microsoft/signalr": "^8.0.7",
"@nomercy-entertainment/media-session": "^0.1.11",
"@nomercy-entertainment/nomercy-music-player": "^0.1.20",
"@nomercy-entertainment/nomercy-video-player": "^0.3.5",
"@primevue/auto-import-resolver": "^4.0.0-beta.5",
"@primevue/forms": "^4.3.1",
"@primevue/themes": "4.0.0-rc.2",
"@tanstack/vue-query": "^5.59.17",
"@tanstack/vue-query-devtools": "^5.59.19",
"@types/m3u8-parser": "^7.2.0",
"@uiw/color-convert": "^2.3.2",
"@vueuse/core": "^11.2.0",
"@yeger/vue-masonry-wall": "^5.0.16",
"audiomotion-analyzer": "^4.5.0",
"axios": "^1.7.7",
"capacitor-plugin-safe-area": "^3.0.3",
"chart.js": "^4.4.6",
"clsx": "^2.1.1",
"collect.js": "^4.36.1",
"cordova-plugin-fullscreen": "^1.3.0",
"i18next": "^23.16.4",
"i18next-http-backend": "^2.6.2",
"i18next-vue": "^5.0.0",
"ionicons": "^7.0.0",
"jwt-decode": "^4.0.0",
"keycloak-ionic": "^13.0.1",
"m3u8-parser": "^7.2.0",
"md5": "^2.3.0",
"primevue": "^4.2.1",
"qrcode.vue": "^3.6.0",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.4",
"ua-parser-js": "^1.0.39",
"vite-plugin-csp": "^1.1.2",
"vite-plugin-list-directory-contents": "^1.4.5",
"vue": "^3.5.13",
"vue-json-pretty": "^2.4.0",
"vue-markdown-render": "^2.2.1",
"vue-router": "^4.5.0",
"vue3-konami-code": "^1.0.0",
"yarn-git-install": "^0.4.7"
},
"devDependencies": {
"@capacitor/cli": "^6.2.0",
"@ionic/cli": "^7.2.0",
"@types/md5": "^2.3.5",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.3.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.5.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.47",
"rollup-plugin-brotli": "^3.1.0",
"rollup-plugin-gzip": "^4.0.1",
"sass": "^1.77.2",
"shx": "^0.3.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-primeui": "^0.3.4",
"tailwindcss-safe-area-capacitor": "^0.5.1",
"terser": "^5.4.0",
"typescript": "^5.7.2",
"vite": "~5.2.0",
"vite-plugin-minify": "^2.0.1",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^0.34.6",
"vue-loader": "^17.4.2",
"vue-tsc": "2.0.29",
"webpack-cli": "^6.0.1"
},
"packageManager": "[email protected]"
}