Skip to content

Commit

Permalink
refactor: add option to open files in vlc
Browse files Browse the repository at this point in the history
  • Loading branch information
divyam234 committed Nov 8, 2024
1 parent 8630065 commit 5929314
Show file tree
Hide file tree
Showing 10 changed files with 1,261 additions and 1,262 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
"tailwindCSS.classAttributes": ["class", "className", "classNames"]
"tailwindCSS.classAttributes": ["class", "className", "classNames"],
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"update": "pnpm up --latest"
},
"dependencies": {
"@artplayer/player": "^5.1.14",
"@auth/core": "^0.35.3",
"@hono/auth-js": "^1.0.13",
"@artplayer/player": "^5.2.0",
"@auth/core": "^0.37.3",
"@hono/auth-js": "^1.0.15",
"@nextui-org/react": "^2.4.8",
"@nextui-org/shared-utils": "^2.0.8",
"@nextui-org/theme": "^2.2.11",
"@nextui-org/use-clipboard": "^2.0.7",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-router": "1.76.1",
"@tanstack/router-devtools": "^1.76.1",
"@tanstack/router-valibot-adapter": "^1.76.1",
"@tanstack/router-vite-plugin": "^1.76.0",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-router": "1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-valibot-adapter": "^1.79.0",
"@tanstack/router-vite-plugin": "^1.79.0",
"bencode": "^4.0.0",
"clsx": "^2.1.1",
"fast-xml-parser": "^4.5.0",
"feaxios": "^0.0.23",
"filesize": "^10.1.6",
"framer-motion": "^11.11.9",
"hono": "^4.6.6",
"framer-motion": "^11.11.11",
"hono": "^4.6.9",
"immer": "^10.1.1",
"lodash.debounce": "^4.0.8",
"magnet-uri": "^7.0.5",
Expand All @@ -42,19 +42,19 @@
"tailwindcss-animate": "^1.0.7",
"uint8-util": "^2.2.5",
"usehooks-ts": "^3.1.0",
"valibot": "^0.42.1",
"valibot": "1.0.0-beta.3",
"zod": "^3.23.8",
"zustand": "5.0.0"
"zustand": "5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@iconify/json": "^2.2.263",
"@iconify/json": "^2.2.269",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query-devtools": "5.59.16",
"@tanstack/react-query-devtools": "5.59.20",
"@types/bencode": "^2.0.4",
"@types/bun": "^1.1.12",
"@types/bun": "^1.1.13",
"@types/lodash.debounce": "^4.0.9",
"@types/magnet-uri": "^5.1.5",
"@types/react": "^18.3.12",
Expand All @@ -66,9 +66,9 @@
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.0"
}
}
Loading

0 comments on commit 5929314

Please sign in to comment.