mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
30 lines
804 B
JSON
30 lines
804 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-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"
|
|
}
|