Skip to content

Commit

Permalink
Update 4.9.5
Browse files Browse the repository at this point in the history
Big update to sources and discover pages!
  • Loading branch information
userkace committed Dec 3, 2024
1 parent 88d4886 commit eca90ff
Show file tree
Hide file tree
Showing 195 changed files with 17,675 additions and 17,957 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ package-lock.json

# config
.env
.vercel
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"eslint.format.enable": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "svipas.prettier-plus"
},
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json ./
COPY pnpm-lock.yaml ./
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile

ARG PWA_ENABLED="true"
ARG PWA_ENABLED="false"
ARG GA_ID
ARG APP_DOMAIN
ARG OPENSEARCH_ENABLED="false"
Expand All @@ -23,7 +23,7 @@ ARG ONBOARDING_PROXY_INSTALL_LINK
ARG DISALLOWED_IDS
ARG CDN_REPLACEMENTS
ARG TURNSTILE_KEY
ARG ALLOW_AUTOPLAY="false"
ARG ALLOW_AUTOPLAY="true"

ENV VITE_PWA_ENABLED=${PWA_ENABLED}
ENV VITE_GA_ID=${GA_ID}
Expand Down
5 changes: 5 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ VITE_CORS_PROXY_URL=...

# make sure the domain does NOT have a slash at the end
VITE_APP_DOMAIN=http://localhost:5173

# enable normal router
VITE_NORMAL_ROUTER=true

VITE_DMCA_EMAIL='user@kace.dev'
315 changes: 172 additions & 143 deletions index.html

Large diffs are not rendered by default.

37 changes: 0 additions & 37 deletions manifest.json

This file was deleted.

78 changes: 43 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sudo-flix",
"version": "4.7.0",
"private": true,
"homepage": "https://github.com/sussy-code/smov",
"name": "vidbinge",
"version": "4.9.5",
"private": false,
"homepage": "https://github.com/VidBingeApp/VidBinge",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -27,105 +27,112 @@
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.8.2",
"@headlessui/react": "^1.7.19",
"@ladjs/country-language": "^1.0.3",
"@marsidev/react-turnstile": "^0.7.2",
"@movie-web/providers": "github:sussy-code/providers",
"@noble/hashes": "^1.5.0",
"@movie-web/providers": "github:VidBingeApp/providers",
"@noble/hashes": "^1.4.0",
"@plasmohq/messaging": "^0.6.2",
"@react-spring/web": "^9.7.4",
"@scure/bip39": "^1.4.0",
"@scure/bip39": "^1.3.0",
"@sozialhelden/ietf-language-tags": "^5.4.2",
"@types/node-forge": "^1.3.11",
"@types/prop-types": "^15.7.13",
"classnames": "^2.5.1",
"core-js": "^3.38.1",
"core-js": "^3.37.1",
"detect-browser": "^5.3.0",
"dompurify": "^3.1.6",
"flag-icons": "^7.2.3",
"focus-trap-react": "^10.3.0",
"focus-trap-react": "^10.2.3",
"fscreen": "^1.2.0",
"fuse.js": "^7.0.0",
"hls.js": "^1.5.15",
"i18next": "^23.15.1",
"hls.js": "^1.5.13",
"i18next": "^23.12.2",
"immer": "^10.1.1",
"jwt-decode": "^4.0.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"million": "^2.6.4",
"movie-web": "file:",
"nanoid": "^5.0.7",
"node-forge": "^1.3.1",
"ofetch": "^1.4.0",
"ofetch": "^1.3.4",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-helmet-async": "^2.0.5",
"react-i18next": "^14.1.3",
"react-lazy-with-preload": "^2.2.1",
"react-router-dom": "^6.26.2",
"react-sticky-el": "^2.1.1",
"react-router-dom": "^6.25.1",
"react-sticky-el": "^2.1.0",
"react-turnstile": "^1.1.3",
"react-use": "^17.5.1",
"rollup": "npm:@rollup/wasm-node@^4.19.1",
"semver": "^7.6.3",
"slugify": "^1.6.6",
"subsrt-ts": "^2.1.2",
"zustand": "^4.5.5"
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@rollup/wasm-node": "^4.22.4",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "2.4.2",
"@rollup/plugin-terser": "0.4.4",
"@rollup/wasm-node": "^4.19.0",
"@tauri-apps/cli": "^1.6.0",
"@types/chromecast-caf-sender": "^1.0.10",
"@types/crypto-js": "^4.2.2",
"@types/dompurify": "^3.0.5",
"@types/fscreen": "^1.0.4",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.16.5",
"@types/node": "^20.14.12",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-stickynode": "^4.0.3",
"@types/react-transition-group": "^4.4.11",
"@types/react-transition-group": "^4.4.10",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"glob": "^10.4.5",
"handlebars": "^4.7.8",
"jsdom": "^23.2.0",
"postcss": "^8.4.47",
"postcss": "^8.4.40",
"postcss-rtl": "^2.0.0",
"postcss-rtlcss": "^4.0.9",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"rollup-plugin-visualizer": "^5.12.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.6",
"tailwindcss-themer": "^4.0.0",
"type-fest": "^4.26.1",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"type-fest": "^4.23.0",
"typescript": "^5.5.4",
"vite": "^5.3.6",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-pwa": "^0.17.5",
Expand All @@ -139,7 +146,8 @@
"postcss@<8.4.31": ">=8.4.31",
"@babel/traverse@<7.23.2": ">=7.23.2",
"crypto-js@<4.2.0": ">=4.2.0",
"rollup": "npm:@rollup/wasm-node"
"rollup": "npm:@rollup/wasm-node",
"braces": "3.0.3"
}
}
}
Loading

0 comments on commit eca90ff

Please sign in to comment.