mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 03:12:22 +05:30
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "pytubepp-helper",
|
|
"private": true,
|
|
"version": "0.8.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@radix-ui/react-accordion": "^1.2.3",
|
|
"@radix-ui/react-collapsible": "^1.1.3",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-progress": "^1.1.2",
|
|
"@radix-ui/react-select": "^2.1.6",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-toast": "^1.2.5",
|
|
"@radix-ui/react-tooltip": "^1.1.7",
|
|
"@tauri-apps/api": "^2.0.0",
|
|
"@tauri-apps/plugin-fs": "^2.2.0",
|
|
"@tauri-apps/plugin-http": "^2.3.0",
|
|
"@tauri-apps/plugin-notification": "^2.2.1",
|
|
"@tauri-apps/plugin-os": "^2.2.0",
|
|
"@tauri-apps/plugin-process": "^2.2.0",
|
|
"@tauri-apps/plugin-shell": "^2.2.0",
|
|
"@tauri-apps/plugin-updater": "^2.5.0",
|
|
"@tauri-apps/plugin-upload": "^2.2.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^16.4.5",
|
|
"lucide-react": "^0.436.0",
|
|
"next-themes": "^0.4.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-router-dom": "^7.1.3",
|
|
"sonner": "^2.0.1",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.2.7",
|
|
"@types/node": "^22.2.0",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.41",
|
|
"tailwindcss": "^3.4.10",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|