mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 20:18:37 +00:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "firelink",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"description": "A fast cross-platform desktop download manager powered by Rust, Tauri, React, aria2, and yt-dlp.",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/nimbold/Firelink",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nimbold/Firelink.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nimbold/Firelink/issues"
|
|
},
|
|
"keywords": [
|
|
"download-manager",
|
|
"tauri",
|
|
"rust",
|
|
"react",
|
|
"typescript",
|
|
"aria2",
|
|
"yt-dlp",
|
|
"ffmpeg",
|
|
"desktop"
|
|
],
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"bindings": "cd src-tauri && cargo test export_bindings --lib",
|
|
"build": "tsc && vite build",
|
|
"check:updates": "node scripts/check-updates.js",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^0.9.0",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"@tauri-apps/api": "^2.11.1",
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
|
|
"@tauri-apps/plugin-dialog": "^2.7.1",
|
|
"@tauri-apps/plugin-fs": "^2.5.1",
|
|
"@tauri-apps/plugin-log": "^2.8.0",
|
|
"@tauri-apps/plugin-notification": "^2.3.3",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"lucide-react": "^1.23.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.11.4",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"autoprefixer": "^10.5.2",
|
|
"postcss": "^8.5.15",
|
|
"tailwindcss": "^4.3.1",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.1.3",
|
|
"vitest": "^4.1.9"
|
|
}
|
|
}
|