Files
SteamDepotDownloaderGUI/package.json
2024-12-22 20:50:34 +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.1.1",
"@tauri-apps/plugin-dialog": "2.2.0",
"@tauri-apps/plugin-shell": "2.2.0",
"jquery": "^3.7.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tauri-apps/cli": "2.1.0",
"@types/eslint__js": "^8.42.3",
"@types/jquery": "^3.5.32",
"eslint": "^9.17.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.5"
},
"packageManager": "pnpm@9.15.1"
}