mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.1.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.1.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
703 B
JSON
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.5.0",
|
|
"@tauri-apps/plugin-dialog": "2.2.1",
|
|
"@tauri-apps/plugin-shell": "2.2.1",
|
|
"jquery": "^3.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.1",
|
|
"@tauri-apps/cli": "2.5.0",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/jquery": "^3.5.32",
|
|
"eslint": "^9.25.1",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.31.1",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"packageManager": "pnpm@10.4.1"
|
|
}
|