99 lines
3.9 KiB
JSON
99 lines
3.9 KiB
JSON
{
|
|
"name": "rclone-ui",
|
|
"version": "3.5.1",
|
|
"description": "The GUI for rclone & s3",
|
|
"author": {
|
|
"name": "Rclone UI",
|
|
"url": "https://github.com/rclone-ui/rclone-ui"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rclone-ui/rclone-ui"
|
|
},
|
|
"homepage": "https://rcloneui.com",
|
|
"keywords": ["rclone", "gui", "drive", "s3", "cloud", "storage", "sync", "backup"],
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "node scripts/buildExternal.js && vite",
|
|
"build": "node scripts/buildExternal.js && tsc && vite build",
|
|
"preview": "node scripts/buildExternal.js && vite preview",
|
|
"tauri": "tauri",
|
|
"info": "tauri info",
|
|
"build:mac": "tauri build --target aarch64-apple-darwin --debug",
|
|
"build:mac:universal": "tauri build --target universal-apple-darwin",
|
|
"build:mac:intel": "tauri build --target x86_64-apple-darwin",
|
|
"build:windows": "tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc",
|
|
"below targets do not work": "echo 'you heard me'",
|
|
"build:windows:arm": "tauri build --runner cargo-xwin --target aarch64-pc-windows-msvc",
|
|
"build:linux:arm": "tauri build --target aarch64-unknown-linux-gnu",
|
|
"build:wasm": "tauri build --target wasm32-unknown-unknown",
|
|
"sources:cargo": "node scripts/flatpak-cargo-generator.js",
|
|
"pub": "npm publish ./cli"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^0.9.0",
|
|
"@heroui/react": "^2.7.11",
|
|
"@mux/mux-player-react": "^3.8.0",
|
|
"@react-pdf/renderer": "^4.3.2",
|
|
"@sentry/browser": "^10.8.0",
|
|
"@tanstack/query-persist-client-core": "^5.91.6",
|
|
"@tanstack/query-sync-storage-persister": "^5.90.9",
|
|
"@tanstack/react-query": "^5.90.7",
|
|
"@tauri-apps/api": "~2.9.0",
|
|
"@tauri-apps/plugin-autostart": "^2.5.1",
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
|
|
"@tauri-apps/plugin-deep-link": "^2.4.5",
|
|
"@tauri-apps/plugin-dialog": "^2.4.2",
|
|
"@tauri-apps/plugin-fs": "^2.4.4",
|
|
"@tauri-apps/plugin-http": "^2.5.4",
|
|
"@tauri-apps/plugin-log": "^2.7.1",
|
|
"@tauri-apps/plugin-notification": "^2.3.3",
|
|
"@tauri-apps/plugin-opener": "^2.5.2",
|
|
"@tauri-apps/plugin-os": "^2.3.2",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-shell": "^2.3.3",
|
|
"@tauri-apps/plugin-store": "^2.4.1",
|
|
"@tauri-apps/plugin-updater": "^2.9.0",
|
|
"@tauri-apps/plugin-window-state": "^2.4.1",
|
|
"canvas-confetti": "^1.9.4",
|
|
"cron-parser": "^5.4.0",
|
|
"cronstrue": "^3.9.0",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^11.18.2",
|
|
"fuse.js": "^7.1.0",
|
|
"lucide-react": "^0.552.0",
|
|
"p-retry": "^7.1.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"rclone-sdk": "^1.72.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-resizable-panels": "^4.5.5",
|
|
"react-router-dom": "^6.28.1",
|
|
"tauri-plugin-sentry-api": "^0.5.0",
|
|
"use-broadcast-ts": "^2.0.1",
|
|
"use-debounce": "^10.0.6",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@iarna/toml": "^2.2.5",
|
|
"@tauri-apps/cli": "^2.9.2",
|
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/node": "^22.10.7",
|
|
"@types/qrcode.react": "^1.0.5",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.3",
|
|
"esbuild": "^0.25.12",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^6.3.6",
|
|
"yaml": "^2.8.1"
|
|
}
|
|
}
|