This commit is contained in:
parent
bb8f716201
commit
d24dc89515
2 changed files with 24 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "com.simeonradivoev.gameflow-deck",
|
||||
"displayName": "Gameflow",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"description": "Game Launcher",
|
||||
"icon": "./src/mainview/assets/icon.svg",
|
||||
"main": "./src/bun/index.ts",
|
||||
|
|
@ -90,6 +90,7 @@
|
|||
"@types/adm-zip": "^0.5.8",
|
||||
"@types/bun": "latest",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/howler": "^2.2.12",
|
||||
"@types/ini": "^4.1.1",
|
||||
"@types/mustache": "^4.2.6",
|
||||
"@types/node-7z": "^2.1.11",
|
||||
|
|
@ -108,6 +109,7 @@
|
|||
"drizzle-kit": "^0.31.9",
|
||||
"dts-bundle-generator": "^9.5.1",
|
||||
"eden-tanstack-query": "^0.0.9",
|
||||
"howler": "^2.2.4",
|
||||
"lucide-react": "^0.563.0",
|
||||
"pretty-bytes": "^7.1.0",
|
||||
"react": "^19.2.4",
|
||||
|
|
@ -127,4 +129,4 @@
|
|||
"vite-static-assets-plugin": "^1.2.2",
|
||||
"vite-tsconfig-paths": "^6.1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue