-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.36 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.36 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
{
"name": "manual-sorting",
"version": "3.2.4",
"description": "DnD file sorting for Obsidian",
"author": "kh4f <kh4f.dev@gmail.com>",
"license": "MIT",
"repository": "https://github.com/kh4f/manual-sorting",
"bugs": "https://github.com/kh4f/manual-sorting/issues",
"homepage": "https://github.com/kh4f/manual-sorting#readme",
"keywords": ["obsidian", "obsidian-md", "obsidian-plugin", "obsidian-sorting", "custom-sorting", "manual-sorting", "obsidian-manual-sorting", "drag-and-drop"],
"trustedDependencies": ["obsidian-typings", "electron"],
"main": "main.js",
"type": "module",
"scripts": {
"build": "tsdown",
"build:watch": "tsdown -w",
"build:prod": "tsdown -p",
"lint": "eslint",
"typecheck": "tsc",
"release": "bunx relion -b manifest.json -t ''"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^5.7.7",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@tsdown/css": "^0.22.0",
"@types/bun": "^1.3.14",
"@types/react-dom": "^19.2.3",
"@voicss/eslint": "^0.3.0",
"@voicss/vite": "^0.1.0",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"jiti": "^2.7.0",
"monkey-around": "^3.0.0",
"obsidian": "^1.12.3",
"obsidian-typings": "^5.21.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tsdown": "^0.22.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3",
"voicss": "^0.1.1"
}
}