|
1 | 1 | { |
2 | | - "name": "vidbinge", |
3 | | - "version": "4.9.5", |
4 | | - "private": false, |
5 | | - "homepage": "https://github.com/VidBingeApp/VidBinge", |
| 2 | + "packageManager": "[email protected]", |
| 3 | + "name": "film.kace.dev", |
| 4 | + "version": "5.1.0", |
| 5 | + "private": true, |
| 6 | + "homepage": "https://github.com/p-stream/p-stream", |
6 | 7 | "scripts": { |
7 | 8 | "dev": "vite", |
8 | 9 | "build": "vite build", |
9 | 10 | "build:pwa": "cross-env VITE_PWA_ENABLED=true vite build", |
| 11 | + "update-and-build": "pnpm remove @p-stream/providers && pnpm add github:p-stream/providers#production && pnpm run build", |
| 12 | + "update-providers": "pnpm update @p-stream/providers", |
10 | 13 | "test": "vitest run", |
11 | 14 | "preview": "vite preview", |
12 | 15 | "lint": "eslint --ext .tsx,.ts src", |
|
26 | 29 | ] |
27 | 30 | }, |
28 | 31 | "dependencies": { |
29 | | - "@dnd-kit/core": "^6.1.0", |
| 32 | + "@dnd-kit/core": "^6.3.1", |
| 33 | + "@dnd-kit/modifiers": "^7.0.0", |
30 | 34 | "@dnd-kit/sortable": "^8.0.0", |
31 | 35 | "@dnd-kit/utilities": "^3.2.2", |
32 | 36 | "@formkit/auto-animate": "^0.8.2", |
33 | 37 | "@headlessui/react": "^1.7.19", |
34 | 38 | "@ladjs/country-language": "^1.0.3", |
35 | | - "@movie-web/providers": "github:VidBingeApp/providers", |
36 | | - "@noble/hashes": "^1.4.0", |
| 39 | + "@marsidev/react-turnstile": "^0.7.2", |
| 40 | + "@noble/hashes": "^1.8.0", |
| 41 | + "@p-stream/providers": "github:p-stream/providers#production", |
37 | 42 | "@plasmohq/messaging": "^0.6.2", |
38 | | - "@react-spring/web": "^9.7.4", |
39 | | - "@scure/bip39": "^1.3.0", |
| 43 | + "@react-spring/web": "^9.7.5", |
| 44 | + "@scure/bip39": "^1.6.0", |
40 | 45 | "@sozialhelden/ietf-language-tags": "^5.4.2", |
41 | | - "@types/node-forge": "^1.3.11", |
42 | | - "@types/prop-types": "^15.7.13", |
| 46 | + "@types/node-forge": "^1.3.13", |
43 | 47 | "classnames": "^2.5.1", |
44 | | - "core-js": "^3.37.1", |
| 48 | + "core-js": "^3.44.0", |
45 | 49 | "detect-browser": "^5.3.0", |
46 | | - "dompurify": "^3.1.6", |
47 | | - "flag-icons": "^7.2.3", |
48 | | - "focus-trap-react": "^10.2.3", |
| 50 | + "dompurify": "^3.2.6", |
| 51 | + "flag-icons": "^7.5.0", |
| 52 | + "focus-trap-react": "^10.3.1", |
49 | 53 | "fscreen": "^1.2.0", |
50 | | - "fuse.js": "^7.0.0", |
51 | | - "hls.js": "^1.5.13", |
52 | | - "i18next": "^23.12.2", |
| 54 | + "fuse.js": "^7.1.0", |
| 55 | + "hls.js": "^1.6.7", |
| 56 | + "i18next": "^23.16.8", |
53 | 57 | "immer": "^10.1.1", |
| 58 | + "iso-639-3": "^3.0.1", |
54 | 59 | "jwt-decode": "^4.0.0", |
55 | 60 | "lodash.isequal": "^4.5.0", |
56 | 61 | "lodash.merge": "^4.6.2", |
57 | 62 | "million": "^2.6.4", |
58 | | - "movie-web": "file:", |
59 | | - "nanoid": "^5.0.7", |
| 63 | + "nanoid": "^5.1.5", |
60 | 64 | "node-forge": "^1.3.1", |
61 | | - "ofetch": "^1.3.4", |
62 | | - "prop-types": "^15.8.1", |
| 65 | + "ofetch": "^1.4.1", |
63 | 66 | "react": "^18.3.1", |
64 | 67 | "react-dom": "^18.3.1", |
65 | 68 | "react-ga4": "^2.1.0", |
66 | | - "react-google-recaptcha-v3": "^1.10.1", |
| 69 | + "react-google-recaptcha-v3": "^1.11.0", |
67 | 70 | "react-helmet-async": "^2.0.5", |
68 | 71 | "react-i18next": "^14.1.3", |
69 | 72 | "react-lazy-with-preload": "^2.2.1", |
70 | | - "react-router-dom": "^6.25.1", |
71 | | - "react-sticky-el": "^2.1.0", |
72 | | - "react-turnstile": "^1.1.3", |
73 | | - "react-use": "^17.5.1", |
74 | | - "rollup": "npm:@rollup/wasm-node@^4.19.1", |
75 | | - "semver": "^7.6.3", |
| 73 | + "react-router-dom": "^6.30.1", |
| 74 | + "react-sticky-el": "^2.1.1", |
| 75 | + "react-use": "^17.6.0", |
| 76 | + "semver": "^7.7.2", |
76 | 77 | "slugify": "^1.6.6", |
77 | 78 | "subsrt-ts": "^2.1.2", |
78 | | - "zustand": "^4.5.4" |
| 79 | + "wyzie-lib": "^2.2.5", |
| 80 | + "zustand": "^4.5.7" |
79 | 81 | }, |
80 | 82 | "devDependencies": { |
81 | | - "@babel/core": "^7.24.9", |
82 | | - "@babel/preset-env": "^7.24.8", |
83 | | - "@babel/preset-typescript": "^7.24.7", |
84 | | - "@rollup/plugin-babel": "5.3.1", |
85 | | - "@rollup/plugin-node-resolve": "15.2.3", |
86 | | - "@rollup/plugin-replace": "2.4.2", |
87 | | - "@rollup/plugin-terser": "0.4.4", |
88 | | - "@rollup/wasm-node": "^4.19.0", |
89 | | - "@tauri-apps/cli": "^1.6.0", |
90 | | - "@types/chromecast-caf-sender": "^1.0.10", |
| 83 | + "@babel/core": "^7.28.0", |
| 84 | + "@babel/preset-env": "^7.28.0", |
| 85 | + "@babel/preset-typescript": "^7.27.1", |
| 86 | + "@rollup/wasm-node": "^4.45.0", |
| 87 | + "@types/chromecast-caf-sender": "^1.0.11", |
91 | 88 | "@types/crypto-js": "^4.2.2", |
92 | | - "@types/dompurify": "^3.0.5", |
| 89 | + "@types/dompurify": "^3.2.0", |
93 | 90 | "@types/fscreen": "^1.0.4", |
94 | 91 | "@types/lodash.isequal": "^4.5.8", |
95 | 92 | "@types/lodash.merge": "^4.6.9", |
96 | 93 | "@types/lodash.throttle": "^4.1.9", |
97 | | - "@types/node": "^20.14.12", |
| 94 | + "@types/node": "^20.19.7", |
98 | 95 | "@types/pako": "^2.0.3", |
99 | | - "@types/react": "^18.3.3", |
100 | | - "@types/react-dom": "^18.3.0", |
| 96 | + "@types/react": "^18.3.23", |
| 97 | + "@types/react-dom": "^18.3.7", |
101 | 98 | "@types/react-helmet": "^6.1.11", |
| 99 | + "@types/react-lazy-load-image-component": "^1.6.4", |
102 | 100 | "@types/react-router": "^5.1.20", |
103 | 101 | "@types/react-router-dom": "^5.3.3", |
104 | 102 | "@types/react-stickynode": "^4.0.3", |
105 | | - "@types/react-transition-group": "^4.4.10", |
106 | | - "@types/semver": "^7.5.8", |
| 103 | + "@types/react-transition-group": "^4.4.12", |
| 104 | + "@types/semver": "^7.7.0", |
107 | 105 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
108 | 106 | "@typescript-eslint/parser": "^6.21.0", |
109 | | - "@vitejs/plugin-react": "^4.3.1", |
110 | | - "autoprefixer": "^10.4.19", |
| 107 | + "@vitejs/plugin-react": "^4.6.0", |
| 108 | + "autoprefixer": "^10.4.21", |
111 | 109 | "cross-env": "^7.0.3", |
112 | | - "eslint": "^8.57.0", |
| 110 | + "eslint": "^8.57.1", |
113 | 111 | "eslint-config-airbnb": "19.0.4", |
114 | 112 | "eslint-config-prettier": "^9.1.0", |
115 | | - "eslint-import-resolver-typescript": "^3.6.1", |
116 | | - "eslint-plugin-import": "^2.29.1", |
117 | | - "eslint-plugin-jsx-a11y": "^6.9.0", |
118 | | - "eslint-plugin-prettier": "^5.2.1", |
| 113 | + "eslint-import-resolver-typescript": "^3.10.1", |
| 114 | + "eslint-plugin-import": "^2.32.0", |
| 115 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 116 | + "eslint-plugin-prettier": "^5.5.1", |
119 | 117 | "eslint-plugin-react": "7.33.2", |
120 | 118 | "eslint-plugin-react-hooks": "4.6.0", |
121 | 119 | "glob": "^10.4.5", |
122 | 120 | "handlebars": "^4.7.8", |
123 | 121 | "jsdom": "^23.2.0", |
124 | | - "postcss": "^8.4.40", |
| 122 | + "postcss": "^8.5.6", |
125 | 123 | "postcss-rtl": "^2.0.0", |
126 | 124 | "postcss-rtlcss": "^4.0.9", |
127 | | - "prettier": "^3.3.3", |
| 125 | + "prettier": "^3.6.2", |
128 | 126 | "prettier-plugin-tailwindcss": "^0.5.14", |
129 | | - "rollup-plugin-visualizer": "^5.12.0", |
| 127 | + "rollup-plugin-visualizer": "^5.14.0", |
130 | 128 | "tailwind-scrollbar": "^3.1.0", |
131 | | - "tailwindcss": "^3.4.6", |
132 | | - "tailwindcss-themer": "^4.0.0", |
133 | | - "type-fest": "^4.23.0", |
134 | | - "typescript": "^5.5.4", |
135 | | - "vite": "^5.3.6", |
| 129 | + "tailwindcss": "^3.4.17", |
| 130 | + "tailwindcss-themer": "^4.1.1", |
| 131 | + "type-fest": "^4.41.0", |
| 132 | + "typescript": "^5.8.3", |
| 133 | + "vite": "^5.4.19", |
136 | 134 | "vite-plugin-checker": "^0.6.4", |
137 | 135 | "vite-plugin-package-version": "^1.1.0", |
138 | 136 | "vite-plugin-pwa": "^0.17.5", |
139 | 137 | "vite-plugin-static-copy": "^1.0.6", |
140 | | - "vitest": "^1.6.0", |
141 | | - "workbox-window": "^7.1.0" |
| 138 | + "vitest": "^1.6.1", |
| 139 | + "workbox-window": "^7.3.0" |
142 | 140 | }, |
143 | 141 | "pnpm": { |
144 | 142 | "overrides": { |
145 | 143 | "get-func-name@<2.0.1": ">=2.0.1", |
146 | 144 | "postcss@<8.4.31": ">=8.4.31", |
147 | 145 | "@babel/traverse@<7.23.2": ">=7.23.2", |
148 | 146 | "crypto-js@<4.2.0": ">=4.2.0", |
149 | | - "rollup": "npm:@rollup/wasm-node", |
150 | | - "braces": "3.0.3" |
| 147 | + "rollup": "4.43.0" |
151 | 148 | } |
152 | 149 | } |
153 | 150 | } |
0 commit comments