-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.05 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
60
61
62
63
64
65
66
{
"name": "outliner-md",
"version": "0.0.12",
"description": "Make notes work like workflowy, dynalist, Roam Research",
"main": "main.js",
"scripts": {
"lint": "npx eslint --fix --ext .ts,.svelte .",
"dev": "npm run lint && vite build --watch --mode development",
"build": "npx svelte-check && vite build --mode production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"build:release": "vite build --mode production-obsidian",
"release:obsidian": "cd Outliner.MD && pnpm run release",
"release": "release-it",
"zip": "node scripts/zip.mjs"
},
"keywords": [],
"author": "Boninall",
"devDependencies": {
"@codemirror/language": "https://github.com/lishid/cm-language",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^20.12.7",
"@types/obsidian-typings": "npm:obsidian-typings@^1.1.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.37.0",
"less": "^4.2.0",
"monkey-around": "^3.0.0",
"obsidian": "^1.7.2",
"obsidian-dataview": "^0.5.66",
"obsidian-typings": "^1.1.1",
"regexp-match-indices": "^1.0.2",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte-eslint-parser": "^0.35.0",
"svelte-preprocess": "^5.1.4",
"svelty-picker": "^5.2.6",
"tslib": "2.4.0",
"typescript": "5.3.3",
"vite": "^5.2.10",
"release-it": "^17.0.0",
"jszip": "^3.10.1",
"globby": "^14.0.1"
},
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/search": "^6.5.11"
},
"license": "FSL-1.1-Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/quorafind/outliner.md.git"
},
"bugs": {
"url": "https://github.com/quorafind/outliner.md/issues"
},
"homepage": "https://github.com/quorafind/outliner.md"
}