forked from kaiiiz/obsidian-raindrop-highlights-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "obsidian-raindrop-highlights",
"version": "0.0.22",
"description": "Sync your Raindrop.io highlights.",
"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": "kaiiiz",
"license": "MIT",
"devDependencies": {
"@tsconfig/svelte": "3.0.0",
"@types/node": "16.11.6",
"@types/nunjucks": "3.2.4",
"@types/semver": "^7.5.0",
"@types/truncate-utf8-bytes": "^1.0.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"esbuild-svelte": "0.7.1",
"obsidian": "^1.4.11",
"svelte": "3.49.0",
"svelte-preprocess": "4.10.7",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"axios": "0.27.2",
"axios-retry": "^3.8.0",
"nunjucks": "3.2.4",
"sanitize-filename": "1.6.3",
"semver": "^7.5.2",
"ts-md5": "^1.3.1"
}
}