forked from SkepticMystic/breadcrumbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
{
"name": "breadcrumbs-plugin",
"version": "2.50.0",
"description": "Visualise & navigate your vault's structure",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup -c --environment BUILD:production",
"release": "standard-version",
"test": "ts-mocha"
},
"standard-version": {
"t": ""
},
"keywords": [],
"author": "SkepticMystic",
"license": "MIT",
"devDependencies": {
"@aidenlx/folder-note-core": "^1.3.1",
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/csv2json": "^1.4.2",
"@types/expect": "^24.3.0",
"@types/lodash": "^4.14.171",
"@types/luxon": "^2.0.9",
"@types/mocha": "^9.0.0",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"approvals": "^3.0.5",
"auto-plugin-obsidian": "^0.1.4",
"eslint": "^7.29.0",
"mocha": "^8.1.3",
"obsidian": "^0.12.0",
"obsidian-dataview": "^0.4.20",
"rollup": "^2.32.1",
"rollup-plugin-svelte": "7.1.0",
"standard-version": "^9.3.2",
"svelte-check": "1.1.14",
"svelte-preprocess": "4.7.3",
"ts-mocha": "^8.0.0",
"tslib": "^2.2.0",
"typescript": "^4.4.2"
},
"dependencies": {
"@tsconfig/svelte": "^2.0.1",
"csv-parse": "^4.16.3",
"csv2json": "^2.0.2",
"csvjson-csv2json": "^5.0.6",
"d3": "^6.7.0",
"graphology": "^0.23.1",
"graphology-traversal": "^0.2.2",
"graphology-types": "^0.23.0",
"hierarchy-js": "^1.0.4",
"juggl-api": "github:HEmile/juggl-api",
"loglevel": "^1.8.0",
"luxon": "^2.3.0",
"obsidian-community-lib": "^1.2.0",
"svelte": "3.35.0",
"svelte-icons": "^2.1.0",
"yaml": "^2.0.0-10"
}
}