forked from kotaindah55/extended-markdown-syntax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"name": "extended-markdown-syntax",
"version": "2.0.11",
"description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json package.json"
},
"keywords": ["obsidian-plugin"],
"author": "kotaindah55",
"license": "MIT",
"dependencies": {
"sortablejs": "^1.15.6"
},
"devDependencies": {
"@codemirror/language": "^6.11.0",
"@codemirror/search": "^6.5.10",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.4",
"@lezer/common": "^1.2.3",
"@types/node": "^22.13.1",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"builtin-modules": "^5.0.0",
"esbuild": "^0.25.0",
"lucide": "^0.483.0",
"lucide-static": "^0.483.0",
"obsidian": "latest",
"obsidian-typings": "^2.2.0",
"tslib": "2.8.1",
"typescript": "5.8.2",
"sortablejs": "^1.15.6"
}
}