mirror of
https://github.com/Radiquum/AniX.git
synced 2025-06-05 11:39:36 +05:00
chore: move player-parsing deps to subfolder
This commit is contained in:
parent
990b3c1736
commit
51a919e2b2
4 changed files with 1347 additions and 1014 deletions
1034
package-lock.json
generated
1034
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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
1311
player-parsers/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
14
player-parsers/package.json
Normal file
14
player-parsers/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue