forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 529
/
Copy pathpackage.json
76 lines (76 loc) · 2.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "github-desktop",
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "2.9.0",
"main": "./main.js",
"repository": {
"type": "git",
"url": "/~https://github.com/desktop/desktop.git"
},
"description": "Simple collaboration from your desktop",
"author": {
"name": "GitHub, Inc.",
"email": "opensource+desktop@github.com",
"url": "https://desktop.github.com/"
},
"license": "MIT",
"dependencies": {
"app-path": "^3.3.0",
"byline": "^5.0.0",
"chalk": "^2.3.0",
"classnames": "^2.2.5",
"codemirror": "^5.59.2",
"codemirror-mode-elixir": "^1.1.2",
"compare-versions": "^3.6.0",
"deep-equal": "^1.0.1",
"desktop-trampoline": "desktop/desktop-trampoline#v0.9.7",
"detect-arm64-translation": "/~https://github.com/desktop/node-detect-arm64-translation#v1.0.4",
"dexie": "^2.0.0",
"double-ended-queue": "^2.1.0-0",
"@shiftkey/dugite": "^1.103.99",
"electron-window-state": "^5.0.3",
"event-kit": "^2.0.0",
"file-metadata": "^1.0.0",
"file-uri-to-path": "^2.0.0",
"file-url": "^2.0.2",
"focus-trap-react": "^8.1.0",
"fs-admin": "^0.19.0",
"fs-extra": "^9.0.1",
"fuzzaldrin-plus": "^0.6.0",
"keytar": "^7.7.0",
"mem": "^4.3.0",
"memoize-one": "^4.0.3",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"mri": "^1.1.0",
"p-limit": "^2.2.0",
"primer-support": "^4.0.0",
"prop-types": "^15.7.2",
"quick-lru": "^3.0.0",
"react": "^16.8.4",
"react-css-transition-replace": "^3.0.3",
"react-dom": "^16.8.4",
"react-transition-group": "^4.4.1",
"react-virtualized": "^9.20.0",
"registry-js": "^1.15.0",
"source-map-support": "^0.4.15",
"strip-ansi": "^4.0.0",
"textarea-caret": "^3.0.2",
"tslib": "^2.0.0",
"untildify": "^3.0.2",
"username": "^2.3.0",
"uuid": "^3.0.1",
"wicg-focus-ring": "^1.0.1",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.5"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron-debug": "^3.1.0",
"electron-devtools-installer": "^3.1.1",
"temp": "^0.8.3",
"webpack-hot-middleware": "^2.10.0"
}
}