qsv-easy-windows-installer/package.json
2025-04-22 11:11:51 -04:00

29 lines
684 B
JSON

{
"name": "qsv-easy-installer",
"private": true,
"version": "1.1.0",
"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"
}
}