This commit is contained in:
hibna
2025-10-29 08:36:26 +03:00
parent ed6ce45461
commit 4551c030ca
3 changed files with 2143 additions and 16 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import globals from 'globals'
export default [ export default [
{ {
ignores: ['dist/**', 'node_modules/**'] ignores: ['dist/**', 'node_modules/**', 'public/**']
}, },
js.configs.recommended, js.configs.recommended,
{ {
+15 -15
View File
@@ -29,23 +29,23 @@
"react-dom": "^18.0.0" "react-dom": "^18.0.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.7.0", "@eslint/js": "^9.38.0",
"globals": "^15.6.0", "@types/react": "^19.2.2",
"@types/react": "^18.3.3", "@types/react-dom": "^19.2.2",
"@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.46.2",
"@typescript-eslint/parser": "^8.5.0", "@vitejs/plugin-react": "^5.1.0",
"@vitejs/plugin-react": "^4.3.1", "eslint": "^9.38.0",
"eslint": "^9.7.0", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-react-refresh": "^0.5.0", "globals": "^16.4.0",
"react": "^18.3.1", "react": "^19.2.0",
"react-dom": "^18.3.1", "react-dom": "^19.2.0",
"typescript": "^5.2.2", "typescript": "^5.9.3",
"vite": "^5.3.1" "vite": "^7.1.12"
}, },
"optionalDependencies": { "optionalDependencies": {
"hls.js": "^1.5.13" "hls.js": "^1.6.13"
}, },
"keywords": [ "keywords": [
"react", "react",
+2127
View File
File diff suppressed because it is too large Load Diff