forked from ycnmhd/obsidian-lineage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "lineage",
"version": "0.8.3",
"description": "",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && svelte-check --workspace src && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test:watch": "vitest",
"test": "vitest run",
"test:e2e": "playwright test",
"prepare": "husky install",
"lint": "eslint src"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "17.4.0",
"@commitlint/config-conventional": "17.4.0",
"@playwright/test": "1.49.1",
"@tsconfig/svelte": "5.0.2",
"@types/diff": "5.2.1",
"@types/electron": "1.6.10",
"@types/node": "20.11.24",
"@types/uniqid": "5.3.4",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"builtin-modules": "3.3.0",
"dotenv": "16.4.5",
"esbuild": "0.20.1",
"esbuild-plugin-inline-worker": "0.1.1",
"esbuild-svelte": "0.8.0",
"eslint": "8.57.0",
"eslint-plugin-svelte": "2.35.1",
"husky": "8.0.3",
"jsdom": "24.0.0",
"lint-staged": "13.3.0",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.2",
"svelte": "4.2.12",
"svelte-check": "3.6.7",
"svelte-eslint-parser": "0.33.1",
"svelte-preprocess": "5.1.3",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vitest": "1.3.1"
},
"dependencies": {
"classnames": "2.5.1",
"diff": "5.2.0",
"fuse.js": "7.0.0",
"lucide-svelte": "0.344.0",
"monkey-around": "3.0.0",
"nanoid": "5.0.6",
"obsidian": "1.7.2",
"tiny-invariant": "1.3.3"
}
}