diff --git a/package.json b/package.json index 20b5740e58..0a8204576a 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,9 @@ ] }, "build": { + "files": [ + "static/build/main.js" + ], "afterSign": "build/notarize.js", "extraResources": [ { @@ -174,20 +177,6 @@ "@hapi/call": "^8.0.0", "@hapi/subtext": "^7.0.3", "@kubernetes/client-node": "^0.12.0", - "@types/crypto-js": "^3.1.47", - "@types/electron-window-state": "^2.0.34", - "@types/fs-extra": "^9.0.1", - "@types/http-proxy": "^1.17.4", - "@types/js-yaml": "^3.12.4", - "@types/jsonpath": "^0.2.0", - "@types/lodash": "^4.14.155", - "@types/marked": "^0.7.4", - "@types/mock-fs": "^4.10.0", - "@types/module-alias": "^2.0.0", - "@types/node": "^12.12.45", - "@types/proper-lockfile": "^4.1.1", - "@types/react-beautiful-dnd": "^13.0.0", - "@types/tar": "^4.0.3", "array-move": "^3.0.0", "chalk": "^4.1.0", "conf": "^7.0.1", @@ -215,8 +204,6 @@ "openid-client": "^3.15.2", "path-to-regexp": "^6.1.0", "proper-lockfile": "^4.1.1", - "react-beautiful-dnd": "^13.0.0", - "react-router": "^5.2.0", "request": "^2.88.2", "request-promise-native": "^1.0.8", "semver": "^7.3.2", @@ -248,6 +235,20 @@ "@lingui/react": "^3.0.0-13", "@material-ui/core": "^4.10.1", "@rollup/plugin-json": "^4.1.0", + "@types/crypto-js": "^3.1.47", + "@types/electron-window-state": "^2.0.34", + "@types/fs-extra": "^9.0.1", + "@types/http-proxy": "^1.17.4", + "@types/js-yaml": "^3.12.4", + "@types/jsonpath": "^0.2.0", + "@types/lodash": "^4.14.155", + "@types/marked": "^0.7.4", + "@types/mock-fs": "^4.10.0", + "@types/module-alias": "^2.0.0", + "@types/node": "^12.12.45", + "@types/proper-lockfile": "^4.1.1", + "@types/react-beautiful-dnd": "^13.0.0", + "@types/tar": "^4.0.3", "@types/chart.js": "^2.9.21", "@types/circular-dependency-plugin": "^5.0.1", "@types/color": "^3.0.1", @@ -318,8 +319,10 @@ "progress-bar-webpack-plugin": "^2.1.0", "raw-loader": "^4.0.1", "react": "^16.13.1", + "react-beautiful-dnd": "^13.0.0", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", + "react-router": "^5.2.0", "react-select": "^3.1.0", "react-window": "^1.8.5", "rollup": "^2.28.2",