Restart repository history from target event

This commit is contained in:
2026-07-18 16:54:26 +01:00
commit e08aa0a667
71 changed files with 15963 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ctrl/qbittorrent": "^9.11.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@types/fs-extra": "^11.0.4",
"@types/mime": "^3.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fs-extra": "^11.3.2",
"lucide-react": "^0.555.0",
"mime": "^4.1.0",
"motion": "^12.23.25",
"music-metadata": "^11.10.3",
"next": "^16.0.7",
"parse-torrent": "^11.0.19",
"react": "19.2.0",
"react-dom": "19.2.0",
"sanitize-filename": "^1.6.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^20.19.25",
"@types/parse-torrent": "^5.8.8",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"baseline-browser-mapping": "^2.10.18",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}