-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 4.03 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 4.03 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
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
{
"name": "pakcli-suite",
"version": "1.0.15",
"description": "All-in-one suite: Symlink Manager, Asset Router, Tree Diagram, Tablite CSV Editor \u0026 SQLSeal, and Leaflet bases.",
"main": "dist/main.js",
"type": "module",
"scripts": {
"dev": "node --no-deprecation esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck \u0026\u0026 node --no-deprecation esbuild.config.mjs production",
"version": "node version-bump.mjs \u0026\u0026 git add manifest.json versions.json",
"publish": "powershell -ExecutionPolicy Bypass -File ./start_publish.ps1",
"lint": "eslint ."
},
"keywords": [
"obsidian",
"obsidian-plugin",
"editor",
"symlink",
"leaflet",
"csv"
],
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.30.1",
"@iconify/types": "^2.0.0",
"@types/esprima": "^4.0.6",
"@types/estraverse": "^5.1.7",
"@types/jest": "^30.0.0",
"@types/leaflet": "^1.9.21",
"@types/lodash": "^4.17.20",
"@types/node": "^24.2.1",
"@types/papaparse": "^5.3.16",
"@types/unidecode": "^1.1.0",
"esbuild": "^0.25.9",
"esbuild-plugin-polyfill-node": "^0.3.0",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "^9.0.0",
"eslint-plugin-obsidianmd": "0.1.9",
"globals": "14.0.0",
"jest": "^30.0.5",
"jiti": "2.6.1",
"obsidian-typings": "obsidian-public-latest",
"ts-jest": "^29.4.1",
"tslib": "2.8.1",
"typescript": "^5.9.2",
"typescript-eslint": "8.35.1"
},
"dependencies": {
"@ag-grid-community/theming": "^32.3.9",
"@codemirror/language": "^6.11.2",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.1",
"@hypersphere/dity": "^0.1.4",
"@hypersphere/dity-graph": "^0.0.11",
"@hypersphere/omnibus": "^0.1.6",
"@preact/compat": "^17.1.0",
"@tanstack/react-table": "^8.11.0",
"@tanstack/react-virtual": "^3.1.0",
"@types/jsonpath": "^0.2.4",
"@vanakat/plugin-api": "^0.2.1",
"ag-grid-community": "^34.1.1",
"comlink": "^4.4.2",
"esprima": "^4.0.1",
"estraverse": "^5.3.0",
"handlebars": "^4.7.8",
"jschardet": "^3.1.1",
"json5": "^2.2.3",
"jsonpath": "^1.1.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"markdown-table-ts": "^1.0.3",
"mermaid": "11.9.0",
"obsidian": "^1.13.1",
"ohm-js": "^17.2.1",
"papaparse": "^5.5.3",
"preact": "^10.19.0",
"sql-parser-cst": "^0.33.1",
"unidecode": "^1.1.0",
"util": "^0.12.5",
"uuid": "^11.1.0",
"wa-sqlite": "^1.0.0"
}
}