generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "ob2static-site",
"version": "2.1.0",
"description": "Export specific notes to general md for static site generation",
"main": "main.js",
"type": "module",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "vitest --run",
"version": "node version-bump.mjs && git add manifest.json versions.json manifest-beta.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/ramda": "^0.30.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "^2.1.8",
"builtin-modules": "4.0.0",
"esbuild": "0.24.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"obsidian": "1.7.2",
"prettier": "^3.4.2",
"tslib": "2.8.1",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"dependencies": {
"@isomorphic-git/lightning-fs": "^4.6.0",
"buffer": "^6.0.3",
"defu": "^6.1.4",
"github-slugger": "^2.0.0",
"isomorphic-git": "^1.27.1",
"ramda": "^0.30.1",
"yaml": "^2.6.0",
"zod": "^3.23.8"
},
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
}