rqbit/crates/librqbit/webui/package.json

24 lines
462 B
JSON
Raw Normal View History

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && ./post-build",
"preview": "vite preview"
},
"dependencies": {
2023-11-22 19:30:23 +00:00
"@vitejs/plugin-react": "^4.2.0",
"bootstrap": "^5.3.2",
"react": "^18.2.0",
2023-11-22 14:45:39 +00:00
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
2023-11-22 19:30:23 +00:00
"sass": "^1.69.5",
"typescript": "^5.3.2",
"vite": "^4.3.2"
}
2023-11-22 14:45:39 +00:00
}