2023-12-02 22:24:36 +00:00
|
|
|
{
|
|
|
|
|
"name": "rqbit",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"tauri": "tauri"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-06-05 11:46:35 +01:00
|
|
|
"@tauri-apps/api": "^2.5.0",
|
|
|
|
|
"@tauri-apps/plugin-shell": "^2.2.1",
|
2023-12-09 12:25:14 +00:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2025-06-05 11:46:35 +01:00
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
|
"react-icons": "^5.5.0",
|
2023-12-14 10:37:29 +00:00
|
|
|
"rqbit-webui": "file:../crates/librqbit/webui"
|
2023-12-02 22:24:36 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-10-03 13:26:48 +01:00
|
|
|
"@tauri-apps/cli": "2.0.0",
|
2023-12-09 12:25:14 +00:00
|
|
|
"@types/lodash.debounce": "^4.0.9",
|
2025-06-05 11:46:35 +01:00
|
|
|
"@types/react": "^18.3.23",
|
|
|
|
|
"@types/react-dom": "^18.3.7",
|
|
|
|
|
"@vitejs/plugin-react": "^4.5.1",
|
|
|
|
|
"autoprefixer": "^10.4.21",
|
|
|
|
|
"postcss": "^8.5.4",
|
|
|
|
|
"tailwindcss": "^3.4.17",
|
|
|
|
|
"typescript": "^5.8.3",
|
|
|
|
|
"vite": "^6.3.5",
|
|
|
|
|
"vite-plugin-svgr": "^4.3.0"
|
2023-12-02 22:24:36 +00:00
|
|
|
}
|
2023-12-07 22:42:19 +00:00
|
|
|
}
|