rqbit/crates/librqbit/webui/package.json

20 lines
379 B
JSON
Raw Normal View History

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && ./post-build",
"preview": "vite preview"
},
"dependencies": {
"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",
"typescript": "^5.3.2",
2023-12-06 01:26:33 +00:00
"vite": "^4.5.1"
}
2023-11-22 20:58:43 +00:00
}