Files
SteamDepotDownloaderGUI/package.json
Maarten van Heusden dad2daee4a fix: open URLs and directories properly again
migrate to tauri Opener plugin
2025-09-09 17:07:02 +02:00

31 lines
847 B
JSON

{
"name": "vectum",
"private": true,
"version": "3.0.1",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.8.0",
"@tauri-apps/plugin-dialog": "2.4.0",
"@tauri-apps/plugin-opener": "~2.5.0",
"@tauri-apps/plugin-shell": "2.3.1",
"jquery": "^3.7.1"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@tauri-apps/cli": "2.8.4",
"@types/jquery": "^3.5.33",
"eslint": "^9.35.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.5"
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}