2016-07-21 18:31:30 +00:00
|
|
|
{
|
|
|
|
"name": "desktop",
|
2016-11-01 17:52:06 +00:00
|
|
|
"productName": "GitHub Desktop",
|
2016-07-21 18:31:30 +00:00
|
|
|
"bundleID": "com.github.GitHubClient",
|
|
|
|
"companyName": "GitHub, Inc.",
|
2023-09-21 13:54:39 +00:00
|
|
|
"version": "3.3.3",
|
2016-07-21 18:31:30 +00:00
|
|
|
"main": "./main.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/desktop/desktop.git"
|
|
|
|
},
|
2017-07-14 14:04:23 +00:00
|
|
|
"description": "Simple collaboration from your desktop",
|
2017-04-11 15:38:50 +00:00
|
|
|
"author": {
|
|
|
|
"name": "GitHub, Inc.",
|
|
|
|
"email": "opensource+desktop@github.com",
|
|
|
|
"url": "https://desktop.github.com/"
|
|
|
|
},
|
2016-07-21 18:31:30 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2023-05-10 15:48:31 +00:00
|
|
|
"@floating-ui/react-dom": "^2.0.0",
|
2021-12-14 15:50:51 +00:00
|
|
|
"@github/alive-client": "^0.0.2",
|
2021-04-29 08:00:30 +00:00
|
|
|
"app-path": "^3.3.0",
|
2017-10-03 06:50:45 +00:00
|
|
|
"byline": "^5.0.0",
|
2017-11-01 19:50:28 +00:00
|
|
|
"chalk": "^2.3.0",
|
2016-11-02 16:21:35 +00:00
|
|
|
"classnames": "^2.2.5",
|
2021-04-06 02:44:39 +00:00
|
|
|
"codemirror": "^5.60.0",
|
2019-02-22 05:08:04 +00:00
|
|
|
"codemirror-mode-elixir": "^1.1.2",
|
2020-03-06 19:07:17 +00:00
|
|
|
"compare-versions": "^3.6.0",
|
2017-03-28 00:44:13 +00:00
|
|
|
"deep-equal": "^1.0.1",
|
2022-06-29 15:26:34 +00:00
|
|
|
"desktop-notifications": "^0.2.4",
|
2021-08-17 10:56:13 +00:00
|
|
|
"desktop-trampoline": "desktop/desktop-trampoline#v0.9.8",
|
2022-05-26 12:00:09 +00:00
|
|
|
"dexie": "^3.2.2",
|
2021-10-18 10:38:32 +00:00
|
|
|
"dompurify": "^2.3.3",
|
2023-04-25 23:00:26 +00:00
|
|
|
"dugite": "^2.5.0",
|
2019-05-16 04:45:45 +00:00
|
|
|
"electron-window-state": "^5.0.3",
|
2016-07-21 18:31:30 +00:00
|
|
|
"event-kit": "^2.0.0",
|
2020-09-30 11:04:20 +00:00
|
|
|
"focus-trap-react": "^8.1.0",
|
2021-04-27 12:07:43 +00:00
|
|
|
"fs-admin": "^0.19.0",
|
2018-01-28 20:20:02 +00:00
|
|
|
"fuzzaldrin-plus": "^0.6.0",
|
2022-02-02 10:26:08 +00:00
|
|
|
"keytar": "^7.8.0",
|
2022-01-18 14:53:06 +00:00
|
|
|
"marked": "^4.0.10",
|
2019-04-10 12:20:08 +00:00
|
|
|
"mem": "^4.3.0",
|
2018-11-22 19:01:17 +00:00
|
|
|
"memoize-one": "^4.0.3",
|
2017-08-03 16:51:46 +00:00
|
|
|
"mri": "^1.1.0",
|
2019-03-25 10:31:08 +00:00
|
|
|
"p-limit": "^2.2.0",
|
2017-05-23 08:46:37 +00:00
|
|
|
"primer-support": "^4.0.0",
|
2020-11-12 13:51:32 +00:00
|
|
|
"prop-types": "^15.7.2",
|
2019-03-25 15:30:57 +00:00
|
|
|
"quick-lru": "^3.0.0",
|
2023-08-11 17:11:02 +00:00
|
|
|
"re2js": "^0.3.0",
|
2020-04-07 21:35:07 +00:00
|
|
|
"react": "^16.8.4",
|
2021-10-06 20:23:34 +00:00
|
|
|
"react-css-transition-replace": "^3.0.3",
|
2020-04-07 21:35:07 +00:00
|
|
|
"react-dom": "^16.8.4",
|
2020-08-04 10:50:49 +00:00
|
|
|
"react-transition-group": "^4.4.1",
|
2018-07-03 21:19:54 +00:00
|
|
|
"react-virtualized": "^9.20.0",
|
2021-04-27 12:07:43 +00:00
|
|
|
"registry-js": "^1.15.0",
|
2017-05-17 18:57:59 +00:00
|
|
|
"source-map-support": "^0.4.15",
|
2017-08-03 16:51:46 +00:00
|
|
|
"strip-ansi": "^4.0.0",
|
2017-03-08 05:53:32 +00:00
|
|
|
"textarea-caret": "^3.0.2",
|
2022-02-22 09:50:38 +00:00
|
|
|
"triple-beam": "^1.3.0",
|
2020-07-08 15:29:10 +00:00
|
|
|
"tslib": "^2.0.0",
|
2016-11-17 21:18:57 +00:00
|
|
|
"untildify": "^3.0.2",
|
2022-01-04 16:59:38 +00:00
|
|
|
"username": "^5.1.0",
|
2017-01-25 12:11:18 +00:00
|
|
|
"uuid": "^3.0.1",
|
2022-03-11 17:17:53 +00:00
|
|
|
"winston": "^3.6.0"
|
2016-07-21 18:31:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-02-07 21:11:48 +00:00
|
|
|
"devtron": "^1.4.0",
|
2020-07-16 15:17:16 +00:00
|
|
|
"electron-debug": "^3.1.0",
|
2022-03-16 12:09:33 +00:00
|
|
|
"electron-devtools-installer": "^3.2.0",
|
2016-07-25 15:29:16 +00:00
|
|
|
"temp": "^0.8.3",
|
2016-07-21 18:31:30 +00:00
|
|
|
"webpack-hot-middleware": "^2.10.0"
|
|
|
|
}
|
2020-03-09 03:01:21 +00:00
|
|
|
}
|