{ "name": "rqbit", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "tauri": "tauri" }, "dependencies": { "@tauri-apps/api": "^2.0.1", "@tauri-apps/plugin-shell": "^2.0.0", "lodash.debounce": "^4.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.3.0", "rqbit-webui": "file:../crates/librqbit/webui" }, "devDependencies": { "@tauri-apps/cli": "2.0.0", "@types/lodash.debounce": "^4.0.9", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.3", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "tailwindcss": "^3.3.6", "typescript": "^5.0.2", "vite": "^5.4.8", "vite-plugin-svgr": "^4.2.0" } }