Files
SteamDepotDownloaderGUI/package.json
2025-02-21 12:47:46 +01:00

31 lines
703 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.2.0",
"@tauri-apps/plugin-dialog": "2.2.0",
"@tauri-apps/plugin-shell": "2.2.0",
"jquery": "^3.7.1"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@tauri-apps/cli": "2.2.7",
"@types/eslint__js": "^8.42.3",
"@types/jquery": "^3.5.32",
"eslint": "^9.20.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.1"
},
"packageManager": "pnpm@10.4.1"
}