-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 693 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 693 Bytes
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
{
"name": "logseq-constel",
"version": "0.3.5",
"description": "Split view: graph visualization alongside the selected page and its connections",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hspencer/logseq-constel.git"
},
"main": "dist/index.html",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"logseq": {
"id": "logseq-constel",
"title": "Con§tel",
"icon": "./icon.svg"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"typescript": "^5.4.0",
"vite": "^5.4.0"
},
"dependencies": {
"@logseq/libs": "^0.0.17",
"3d-force-graph": "^1.79.1",
"d3": "^7.9.0"
}
}