diff --git a/package.json b/package.json index 5ce0929..c66e414 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "RageStudio Bundler Utility GUI", "main": "./out/main/index.js", "author": "RageStudio", + "license": "MIT", "scripts": { "format": "prettier --write .", "lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", @@ -28,6 +29,7 @@ "classnames": "^2.3.2", "electron-differential-updater": "^4.3.2", "electron-is-dev": "^2.0.0", + "electron-store": "^8.1.0", "electron-updater": "^6.1.1", "googleapis": "^105.0.0", "got": "11.8.3", @@ -36,8 +38,10 @@ "lodash": "^4.17.21", "node-7z": "^3.0.0", "open": "8.4.2", + "progress-stream": "^2.0.0", "protocol-registry": "^1.4.1", "react-icons": "^4.11.0", + "react-router-dom": "^6.19.0", "react-spinners": "^0.13.8", "rimraf": "^5.0.5", "unzipper": "^0.10.14"