Skip to content

Commit

Permalink
Add: とりあえずYouTubeに対応
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jun 18, 2024
1 parent d8a72cc commit 562aa8d
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 4,588 deletions.
Binary file added bun.lockb
Binary file not shown.
88 changes: 50 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,60 +5,72 @@
"version": "0.0.0",
"main": "dist/main.js",
"scripts": {
"predev": "rimraf dist/*",
"dev": "vite",
"prebuild": "rimraf dist/* dist-electron/*",
"build": "run-s build:*",
"build:vite": "vite build",
"build:electron": "electron-builder --config electron-builder.config.js --publish never",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@colors/colors": "^1.5.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.2",
"conf": "^10.2.0",
"@colors/colors": "^1.6.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"bufferutil": "^4.0.8",
"conf": "^13.0.0",
"discord-rpc": "^4.0.1",
"electron-store": "^8.1.0",
"node-fetch": "^3.2.10",
"sass": "^1.56.0",
"semver": "^7.3.8",
"tree-kill": "^1.2.2",
"electron-store": "^10.0.0",
"node-fetch": "^3.3.2",
"sass": "^1.77.6",
"semver": "^7.6.2",
"urlcat": "^3.1.0",
"vue": "^3.2.41",
"vue-material-design-icons": "^5.1.2",
"vue-router": "^4.1.6"
"utf-8-validate": "^6.0.4",
"vue": "^3.4.29",
"vue-material-design-icons": "^5.3.0",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/discord-rpc": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitejs/plugin-vue": "^4.0.0",
"electron": "^21.2.0",
"electron-builder": "^23.6.0",
"@types/d3": "^7.4.3",
"@types/discord-rpc": "^4.0.8",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.4",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-electron": "^0.10.2",
"vite-tsconfig-paths": "^4.0.5",
"vue-tsc": "^1.0.9"
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-electron": "^0.28.7",
"vite-tsconfig-paths": "^4.3.2",
"vue-tsc": "^1.8.27"
},
"pnpm": {
"overrides": {
"register-scheme": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz"
}
}
},
"trustedDependencies": [
"@fortawesome/fontawesome-common-types",
"@fortawesome/fontawesome-svg-core",
"@fortawesome/free-brands-svg-icons",
"@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons",
"bufferutil",
"electron",
"esbuild",
"register-scheme",
"utf-8-validate"
]
}
Loading

0 comments on commit 562aa8d

Please sign in to comment.