rqbit/crates/librqbit/webui/package.json
2024-02-26 10:15:28 +00:00

31 lines
741 B
JSON

{
"name": "rqbit-webui",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && ./post-build",
"preview": "vite preview"
},
"dependencies": {
"@restart/ui": "^1.6.6",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prettier": "3.1.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"vite": "^4.5.2",
"vite-plugin-svgr": "^4.2.0"
}
}