FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
unigraph-dev/packages/unigraph-dev-electron/package.json at main · unigraph-dev/unigraph-dev · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
unigraph-dev
/
unigraph-dev
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
56
Star
764
Code
Issues
22
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
unigraph-dev
/
packages
/
unigraph-dev-electron
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
89 lines (89 loc) · 2.54 KB
Breadcrumbs
unigraph-dev
/
packages
/
unigraph-dev-electron
/
package.json
Copy path
File metadata and controls
89 lines (89 loc) · 2.54 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name"
:
"
unigraph-dev-electron
"
,
"productName"
:
"
Unigraph
"
,
"version"
:
"
0.2.10
"
,
"author"
:
"
Unigraph contributors
"
,
"description"
:
"
A local-first and universal graph database, knowledge engine, and workspace
"
,
"main"
:
"
src/main.js
"
,
"scripts"
: {
"start"
:
"
FRONTEND_LOCATION=localhost electron . --dev
"
,
"dist"
:
"
USE_HARD_LINKS=false electron-builder
"
},
"homepage"
:
"
./
"
,
"devDependencies"
: {
"electron"
:
"
17.1.0
"
,
"electron-builder"
:
"
22.14
"
,
"electron-builder-notarize"
:
"
^1.4.0
"
},
"dependencies"
: {
"@babel/core"
:
"
^7.14.8
"
,
"@babel/preset-react"
:
"
^7.14.5
"
,
"electron-log"
:
"
^4.4.6
"
,
"electron-store"
:
"
^8.0.0
"
,
"electron-updater"
:
"
^4.6.5
"
,
"electron-util"
:
"
^0.15.1
"
,
"json-stable-stringify"
:
"
^1.0.1
"
,
"unigraph-dev-backend"
:
"
^0.2.10
"
,
"unigraph-dev-common"
:
"
^0.2.10
"
},
"electronVersion"
:
"
^17.1.0
"
,
"build"
: {
"productName"
:
"
Unigraph
"
,
"appId"
:
"
dev.unigraph.electron
"
,
"generateUpdatesFilesForAllChannels"
:
true
,
"afterSign"
:
"
electron-builder-notarize
"
,
"mac"
: {
"icon"
:
"
./public/icons/unigraph.icns
"
,
"category"
:
"
public.app-category.utilities
"
,
"target"
: [
{
"target"
:
"
dmg
"
,
"arch"
: [
"
x64
"
,
"
arm64
"
]
},
{
"target"
:
"
zip
"
,
"arch"
: [
"
x64
"
,
"
arm64
"
]
}
],
"hardenedRuntime"
:
true
,
"entitlements"
:
"
./build/entitlements.mac.plist
"
,
"entitlementsInherit"
:
"
./build/entitlements.mac.plist
"
},
"win"
: {
"icon"
:
"
./public/icons/unigraph.png
"
},
"linux"
: {
"target"
:
"
AppImage
"
},
"files"
: [
"
**/*
"
,
"
*.js
"
,
"
buildweb
"
,
"
dgraph
"
,
"
distnode
"
,
"
src
"
,
"
node_modules/**/*
"
,
"
!p/
"
,
"
!w/
"
,
"
!zw/
"
],
"asar"
:
false
,
"asarUnpack"
: [
"
dgraph/*
"
],
"publish"
: {
"provider"
:
"
github
"
}
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/unigraph-dev/unigraph-dev
"
,
"directory"
:
"
packages/unigraph-dev-electron
"
}
}
Back
|
FazBrowse Home
|
New Git URL