Skip to content

Commit

Permalink
Merge pull request #236 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VampireChicken12 authored Jan 5, 2024
2 parents 4a0b817 + 1129f8e commit f593a93
Show file tree
Hide file tree
Showing 45 changed files with 946 additions and 637 deletions.
379 changes: 33 additions & 346 deletions package-lock.json

Large diffs are not rendered by default.

154 changes: 78 additions & 76 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,77 +1,79 @@
{
"name": "youtube-enhancer",
"author": {
"name": "VampireChicken12"
},
"displayName": "YouTube Enhancer",
"version": "1.19.4",
"description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VampireChicken12/youtube-enhancer.git"
},
"scripts": {
"build": "vite build",
"dev": "nodemon",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"type": "module",
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"dotenv": "^16.3.1",
"i18next": "^23.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/archiver": "^6.0.1",
"@types/chrome": "^0.0.254",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/webextension-polyfill": "^0.10.6",
"@types/youtube-player": "^5.5.10",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"archiver": "^6.0.1",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-perfectionist": "^2.3.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"fs-extra": "^11.1.1",
"get-installed-browsers": "^0.1.7",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"semantic-release": "^22.0.7",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"ts-json-as-const": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.1",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
}
}
"name": "youtube-enhancer",
"author": {
"name": "VampireChicken12"
},
"displayName": "YouTube Enhancer",
"version": "1.19.4",
"description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VampireChicken12/youtube-enhancer.git"
},
"scripts": {
"build": "vite build",
"dev": "nodemon",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"type": "module",
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"dotenv": "^16.3.1",
"i18next": "^23.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"@monaco-editor/react": "^4.6.0",
"monaco-editor": "^0.45.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/archiver": "^6.0.1",
"@types/chrome": "^0.0.254",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/webextension-polyfill": "^0.10.6",
"@types/youtube-player": "^5.5.10",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"archiver": "^6.0.1",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-perfectionist": "^2.3.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"fs-extra": "^11.1.1",
"get-installed-browsers": "^0.1.7",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"semantic-release": "^22.0.7",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"ts-json-as-const": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.1",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
}
}
11 changes: 11 additions & 0 deletions public/locales/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reset"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reset"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Zurücksetzen"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reset"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
8 changes: 8 additions & 0 deletions public/locales/en-US.json.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ interface EnUS {
value: "Reset";
};
};
customCSS: {
editor: { collapse: "Collapse Editor"; expand: "Expand Editor" };
enable: {
label: "Enable custom CSS";
title: "Enables custom CSS to be applied to the page";
};
title: "Custom CSS Settings";
};
featureMenu: {
openType: {
select: {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reestablecer"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/fa-IR.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reset"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Réinitialiser"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/he-IL.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reset"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/hi-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reset"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
11 changes: 11 additions & 0 deletions public/locales/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reset"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
15 changes: 13 additions & 2 deletions public/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "リセット"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down Expand Up @@ -144,8 +155,8 @@
"title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する"
},
"openYouTubeSettingsOnHover": {
"label": "Open YouTube settings on hover",
"title": "Opens the YouTube settings menu when you hover over the settings button"
"label": "マウスを合わせでYouTubeの設定を開ける",
"title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする"
},
"remainingTime": {
"label": "残り時間",
Expand Down
11 changes: 11 additions & 0 deletions public/locales/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
"value": "Reset"
}
},
"customCSS": {
"editor": {
"collapse": "Collapse Editor",
"expand": "Expand Editor"
},
"enable": {
"label": "Enable custom CSS",
"title": "Enables custom CSS to be applied to the page"
},
"title": "Custom CSS Settings"
},
"featureMenu": {
"openType": {
"select": {
Expand Down
Loading

0 comments on commit f593a93

Please sign in to comment.