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": {
|
|
|
|
|
"@tauri-apps/api": "^1.5.1",
|
2023-12-11 19:58:53 +00:00
|
|
|
"rqbit-webui": "file:../crates/librqbit/webui",
|
2023-12-09 12:25:14 +00:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2023-12-02 22:24:36 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-bootstrap": "^2.9.1",
|
2023-12-07 22:42:19 +00:00
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-icons": "^4.12.0"
|
2023-12-02 22:24:36 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-12-06 01:26:33 +00:00
|
|
|
"@tauri-apps/cli": ">=2.0.0-alpha.16",
|
2023-12-09 12:25:14 +00:00
|
|
|
"@types/lodash.debounce": "^4.0.9",
|
2023-12-02 22:24:36 +00:00
|
|
|
"@types/react": "^18.2.15",
|
|
|
|
|
"@types/react-dom": "^18.2.7",
|
|
|
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
|
|
|
"typescript": "^5.0.2",
|
2023-12-06 01:26:33 +00:00
|
|
|
"vite": "^4.5.1"
|
2023-12-02 22:24:36 +00:00
|
|
|
}
|
2023-12-07 22:42:19 +00:00
|
|
|
}
|