forked from SkepticMystic/graph-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.41 KB
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
{
"name": "graph-analysis",
"version": "0.15.5",
"description": "Analyse your Obsidian graph",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production",
"release": "standard-version"
},
"standard-version": {
"t": ""
},
"keywords": [],
"author": "SkepticMystic",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-typescript": "8.3.0",
"@types/lodash.isequal": "4.5.5",
"@types/node": "14.17.32",
"obsidian": "latest",
"rollup": "2.58.3",
"rollup-plugin-ignore": "1.0.10",
"rollup-plugin-svelte": "7.1.0",
"sanitize-html": "2.5.2",
"source-map-js": "0.6.2",
"svelte-check": "1.6.0",
"svelte-preprocess": "4.9.8",
"tslib": "2.3.1",
"typescript": "4.4.4"
},
"dependencies": {
"@tsconfig/svelte": "2.0.1",
"graphology": "0.23.1",
"graphology-communities-louvain": "1.5.3",
"graphology-metrics": "1.18.2",
"lodash.isequal": "4.5.0",
"obsidian-community-lib": "1.2.0",
"sbd": "1.0.19",
"standard-version": "9.3.2",
"svelte": "3.35.0",
"svelte-icons": "2.1.0",
"svelte-infinite-scroll": "2.0.0",
"wink-nlp": "1.10.0",
"wink-nlp-utils": "2.0.7",
"wink-sentiment": "5.0.2"
}
}