mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
30 lines
837 B
JSON
30 lines
837 B
JSON
{
|
|
"name": "vectum",
|
|
"private": true,
|
|
"version": "3.0.0-alpha.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.0.0-rc.4",
|
|
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
|
|
"jquery": "^3.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.10.0",
|
|
"@tauri-apps/cli": "2.0.0-rc.15",
|
|
"@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"
|
|
}
|