chore: move player-parsing deps to subfolder

This commit is contained in:
Kentai Radiquum 2025-05-29 22:42:13 +05:00
parent 990b3c1736
commit 51a919e2b2
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 1347 additions and 1014 deletions

1034
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,6 @@
"dependencies": {
"apexcharts": "^3.52.0",
"deepmerge-ts": "^7.1.0",
"express": "^5.1.0",
"flowbite": "^2.4.1",
"flowbite-react": "^0.11.7",
"hls-video-element": "^1.5.0",
@ -26,7 +25,6 @@
"react-toastify": "^11.0.5",
"swiper": "^11.1.4",
"swr": "^2.2.5",
"tsx": "^4.19.4",
"videojs-video-element": "^1.4.1",
"zustand": "^4.5.4"
},

1311
player-parsers/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,14 @@
{
"name": "player-parsers",
"version": "1.0.0",
"description": "Player Parsing for AniX",
"scripts": {
"serve": "npx tsx ./index.ts"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^5.1.0",
"tsx": "^4.19.4"
}
}