mirror of
https://github.com/dathere/qsv-easy-windows-installer.git
synced 2025-12-18 16:19:25 +00:00
29 lines
684 B
JSON
29 lines
684 B
JSON
{
|
|
"name": "qsv-easy-installer",
|
|
"private": true,
|
|
"version": "1.1.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@tauri-apps/plugin-opener": "^2.2.6",
|
|
"lucide-react": "^0.487.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.20",
|
|
"@types/react-dom": "^18.3.6",
|
|
"@vitejs/plugin-react": "^4.4.0",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^6.2.6",
|
|
"@tauri-apps/cli": "^2.5.0"
|
|
}
|
|
}
|