-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "obsidian-latex-suite",
"version": "1.9.7",
"description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements",
"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"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/commands": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.0",
"@codemirror/language": "https://github.com/lishid/cm-language",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@lezer/common": "^1.0.3",
"@popperjs/core": "2.11.5",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"builtin-modules": "^3.2.0",
"codemirror": "^6.0.0",
"esbuild": "^0.20.2",
"esbuild-plugin-inline-import": "^1.0.2",
"eslint": "^8.56.0",
"js-base64": "^3.7.5",
"obsidian": "^0.15.0",
"tslib": "2.3.1",
"typescript": "^5.3.3"
},
"dependencies": {
"set.prototype.difference": "^1.1.5",
"set.prototype.intersection": "^1.1.5",
"valibot": "^0.24.1"
}
}