Files
SteamDepotDownloaderGUI/package.json
Maarten van Heusden 782492857f chore: attach licenses
2024-10-30 11:47:34 +01:00

31 lines
845 B
JSON

{
"name": "vectum",
"private": true,
"version": "3.0.0-alpha.2",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-dialog": "2.0.1",
"@tauri-apps/plugin-shell": "2.0.1",
"jquery": "^3.7.1"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@tauri-apps/cli": "2.0.4",
"@types/eslint__js": "^8.42.3",
"@types/jquery": "^3.5.30",
"eslint": "^9.10.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.5"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}