rqbit/crates/librqbit/webui/package.json

34 lines
808 B
JSON
Raw Normal View History

{
2023-12-11 19:58:53 +00:00
"name": "rqbit-webui",
2023-12-09 12:25:14 +00:00
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && ./post-build",
"preview": "vite preview"
},
"dependencies": {
"@restart/ui": "^1.6.6",
2023-12-09 12:25:14 +00:00
"lodash.debounce": "^4.0.8",
"lodash.sortby": "^4.7",
2023-12-09 12:25:14 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-12-17 19:27:22 +00:00
"react-icons": "^4.12.0",
"zustand": "^4.4.7"
2023-12-09 12:25:14 +00:00
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.sortby": "^4.7.9",
2023-12-09 12:25:14 +00:00
"@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",
2023-12-09 12:25:14 +00:00
"prettier": "3.1.0",
"tailwindcss": "^3.3.6",
2023-12-09 12:25:14 +00:00
"typescript": "^5.3.2",
2024-02-26 10:15:28 +00:00
"vite": "^4.5.2",
"vite-plugin-svgr": "^4.2.0"
2023-12-09 12:25:14 +00:00
}
}