mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
* feat: integrated terminal * fix: settings modal * chore: make compatible for windows * feat: block app when downloading * docs: update README with new interface * refactor: cleanup main.ts styling
35 lines
978 B
JSON
35 lines
978 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": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tauri-apps/api": "2.9.1",
|
|
"@tauri-apps/plugin-dialog": "2.6.0",
|
|
"@tauri-apps/plugin-opener": "~2.5.3",
|
|
"@tauri-apps/plugin-shell": "2.3.4",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"jquery": "^4.0.0",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@tauri-apps/cli": "2.9.6",
|
|
"@types/jquery": "^3.5.33",
|
|
"eslint": "^9.39.2",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.54.0",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
|
|
}
|