forked from trashhalo/logseq-graph-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "logseq-graph-analysis",
"version": "0.11.3",
"type": "module",
"main": "./dist/index.html",
"license": "GPL",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.24",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@tsconfig/svelte": "^2.0.1",
"@unocss/preset-icons": "^0.41.1",
"c8": "^7.11.3",
"graphology-types": "^0.24.4",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"unocss": "^0.41.1",
"vite": "^2.9.9",
"vite-plugin-logseq": "^1.1.2",
"vitest": "^0.16.0"
},
"dependencies": {
"@logseq/libs": "^0.0.15",
"@unocss/reset": "^0.41.1",
"graphology": "^0.25.1",
"graphology-layout": "^0.6.0",
"graphology-layout-force": "0.2.4",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-operators": "^1.5.1",
"graphology-shortest-path": "^2.0.1",
"sigma": "^2.3.1"
},
"logseq": {
"id": "_trashhalo-logseq-graph-analysis",
"icon": "./dist/icon.png"
}
}